bevy/crates/bevy_pbr
Carter Anderson a4b3467530 Ensure instance_index push constant is always used in prepass.wgsl (#10706)
# Objective

 Kind of helps #10509 

## Solution

Add a line to `prepass.wgsl` that ensure the `instance_index` push
constant is always used on WebGL 2. This is not a full fix, as the
_second_ a custom shader is used that doesn't use the push constant, the
breakage will resurface. We have satisfying medium term and long term
solutions. This is just a short term hack for 0.12.1 that will make more
cases work. See #10509 for more details.
2023-11-29 17:03:03 -08:00
..
src Ensure instance_index push constant is always used in prepass.wgsl (#10706) 2023-11-29 17:03:03 -08:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00