From 8ce27b7e15f0fc65c8ee78950c7501660b936178 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 15:14:25 +0100 Subject: style: Apply clang-format to codebase --- tools/shadertoy/template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/shadertoy/template.h') 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"); -- cgit v1.2.3