summaryrefslogtreecommitdiff
path: root/src/gpu/sdf_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/sdf_effect.h')
-rw-r--r--src/gpu/sdf_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/sdf_effect.h b/src/gpu/sdf_effect.h
index 4f23604..aacea69 100644
--- a/src/gpu/sdf_effect.h
+++ b/src/gpu/sdf_effect.h
@@ -12,7 +12,7 @@
// Provides CameraParams uniform buffer and helper methods
//
// Binding convention:
-// @group(0) @binding(2): CommonPostProcessUniforms (from Effect base)
+// @group(0) @binding(2): UniformsSequenceParams (from Effect base)
// @group(0) @binding(3): CameraParams
// @group(0) @binding(4+): Per-effect custom parameters
class SDFEffect : public Effect {