bevy_infinite_grid
bevy_infinite_grid copied to clipboard
Panic in WASM
Rev: 5897bb6
When running the example in WASM it panics with the following error message.
panicked at 'wgpu error: Validation Error
Caused by:
In a RenderPass
note: encoder = `<CommandBuffer-(0, 1, Gl)>`
In a set_push_constant command
Provided push constant is for stage(s) ShaderStages(VERTEX), however the pipeline layout has no push constant range for the stage(s) ShaderStages(VERTEX)
With this it still runs
settings: InfiniteGridSettings {
shadow_color: None,
..Default::default()
},