SpaghettiKart/assets
nervous-inhuman a48909b7ea fix(shader/metal): correct noise coords and frame input in fragmentShader
- Replace undefined `screenSpace.xy * noise_scale` with `in.position.xy * frameUniforms.noiseScale`
- Replace undefined `noise_frame` with `float(frameUniforms.frameCount)`
- This resolves build failures (undeclared identifiers, nil vertexFunction) when driving over sand

Fixes: shader compilation errors and Metal pipeline validation assertion
2025-07-25 19:39:48 -06:00
..
editor Impl new intro (#193) 2025-05-14 18:30:32 -06:00
fonts Modern Menu (#183) 2025-02-04 11:43:20 -07:00
gizmo Impl new intro (#193) 2025-05-14 18:30:32 -06:00
hmintro Impl new intro (#193) 2025-05-14 18:30:32 -06:00
shaders fix(shader/metal): correct noise coords and frame input in fragmentShader 2025-07-25 19:39:48 -06:00
textures Update lus (#16) 2024-06-11 09:49:44 -06:00
tracks/harbour Update scene.json (#265) 2025-06-21 16:07:23 -06:00