summaryrefslogtreecommitdiff
path: root/cnn_v3/shaders/cnn_v3_bottleneck.wgsl
diff options
context:
space:
mode:
Diffstat (limited to 'cnn_v3/shaders/cnn_v3_bottleneck.wgsl')
-rw-r--r--cnn_v3/shaders/cnn_v3_bottleneck.wgsl4
1 files changed, 1 insertions, 3 deletions
diff --git a/cnn_v3/shaders/cnn_v3_bottleneck.wgsl b/cnn_v3/shaders/cnn_v3_bottleneck.wgsl
index 909fd41..e24586f 100644
--- a/cnn_v3/shaders/cnn_v3_bottleneck.wgsl
+++ b/cnn_v3/shaders/cnn_v3_bottleneck.wgsl
@@ -15,9 +15,7 @@ const BN_OUT: u32 = 8u;
struct Params {
weight_offset: u32,
- _pad0: u32,
- _pad1: u32,
- _pad2: u32,
+ _pad0: u32, _pad1: u32, _pad2: u32, // 3 explicit pads: array<u32,3> invalid in uniform
}
@group(0) @binding(0) var enc1_tex: texture_2d<u32>;