mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-23 23:05:53 -04:00
a48909b7ea
- 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