bevy/crates/bevy_pbr
IceSentry a513493dcc
Make Globals visible in vertex shaders (#12032)
# Objective

- Globals are supposed to be available in vertex shader but that was
mistakenly removed in 0.13

## Solution

- Configure the visibility of the globals correctly

Fixes https://github.com/bevyengine/bevy/issues/12015
2024-02-21 23:16:43 +00:00
..
src Make Globals visible in vertex shaders (#12032) 2024-02-21 23:16:43 +00:00
Cargo.toml Bump Version after Release (#12020) 2024-02-21 20:58:59 +00:00