bevy/crates/bevy_sprite
Azervu 52ccd768c5 Fix View by adding missing fields present in ViewUniform (#5512)
# Objective

View mesh2d_view_types.wgsl was missing a couple of fields present in bevy::render::ViewUniform, causing rendering issues for shaders using later fields.

## Solution
Solved by adding the fields in question
2022-08-18 16:52:58 -07:00
..
src Fix View by adding missing fields present in ViewUniform (#5512) 2022-08-18 16:52:58 -07:00
Cargo.toml Release 0.8.0 (#5490) 2022-07-30 14:07:30 +00:00