summaryrefslogtreecommitdiff
path: root/tools/shadertoy/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shadertoy/template.h')
-rw-r--r--tools/shadertoy/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shadertoy/template.h b/tools/shadertoy/template.h
index 82f8b39..74be9f2 100644
--- a/tools/shadertoy/template.h
+++ b/tools/shadertoy/template.h
@@ -26,7 +26,7 @@ class ShaderToyEffect : public Effect {
struct ShaderToyParams {
float param1;
float param2;
- float _pad[2]; // Padding to 16 bytes
+ float _pad[2]; // Padding to 16 bytes
};
static_assert(sizeof(ShaderToyParams) == 16,
"ShaderToyParams must be 16 bytes for WGSL alignment");