From cdb9a3afabe7a239a08c640b19242ff9b1e3b051 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 18 Nov 2023 14:49:17 +0100 Subject: debug view --- flowy/src/motion/dec.wgsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flowy/src/motion/dec.wgsl') diff --git a/flowy/src/motion/dec.wgsl b/flowy/src/motion/dec.wgsl index 2fa3f3b..f4db974 100644 --- a/flowy/src/motion/dec.wgsl +++ b/flowy/src/motion/dec.wgsl @@ -12,7 +12,7 @@ struct BlockOffset { @group(0) @binding(0) var params: Params; @group(0) @binding(1) var offsets: array; -@group(0) @binding(2) var next: texture_storage_2d; +@group(0) @binding(2) var next: texture_storage_2d; @group(0) @binding(3) var prev: texture_2d; @compute @workgroup_size(1) fn main(@builtin(global_invocation_id) global_id: vec3) { -- cgit v1.2.3-70-g09d2