From 34bee8b09566a52cedced99b7bd13d29907512ce Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 28 Feb 2026 09:15:23 +0100 Subject: fix(shader_editor): sync CommonUniforms to current struct, fix layout - Update CommonUniforms: remove _pad0/_pad1, add beat_time/beat_phase, move _pad to end (matches src/shaders/common_uniforms.wgsl) - Fix JS uniform write order to match new layout - Fix flex-direction: row override (common.css forced column, hiding editor) Co-Authored-By: Claude Sonnet 4.6 --- tools/shader_editor/index.html | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'tools/shader_editor/index.html') diff --git a/tools/shader_editor/index.html b/tools/shader_editor/index.html index d93a595..d318304 100644 --- a/tools/shader_editor/index.html +++ b/tools/shader_editor/index.html @@ -6,6 +6,10 @@ WGSL Shader Editor