You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07: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