bevy/crates/bevy_pbr
Nicola Papale c488b7089c
Fix pbr shader breaking on missing UVs (#8412)
# Objective

Fix #8409

Since `in` doesn't have a `uv` field when `VERTEX_UVS` is not defined,
it shouldn't be accessed outside of related `#ifdef`s
2023-04-17 06:22:34 +00:00
..
src Fix pbr shader breaking on missing UVs (#8412) 2023-04-17 06:22:34 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00