diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-22 16:23:25 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-22 16:23:25 +0100 |
| commit | b3c69d188943269769b7fee305f135faadcc60f2 (patch) | |
| tree | 34260ef2434652557e27443d665d2b180a2677cb /workspaces/main/shaders/renderer_3d.wgsl | |
| parent | 159ca2ca19345515cdfebed9fd88646730492cd2 (diff) | |
fix(cnn_v3/tools): remove unused sampler binding from FULL_PACK_SHADER
WebGPU auto-reflects the BGL from the shader; a declared-but-unused sampler
binding is omitted from the layout, causing CreateBindGroup to reject it.
Removed binding 6 (sampler) entirely — all reads use textureLoad(). Renumbered
f0/f1 from 7/8 to 6/7 to match.
Diffstat (limited to 'workspaces/main/shaders/renderer_3d.wgsl')
0 files changed, 0 insertions, 0 deletions
