bevy_infinite_grid icon indicating copy to clipboard operation
bevy_infinite_grid copied to clipboard

Panic in WASM

Open oscrim opened this issue 1 year ago • 1 comments

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)

oscrim avatar Jan 31 '24 11:01 oscrim

With this it still runs

settings: InfiniteGridSettings {
    shadow_color: None,
    ..Default::default()
},

oscrim avatar Feb 01 '24 08:02 oscrim