mirror of
https://github.com/bevyengine/bevy
synced 2025-01-22 18:05:17 +00:00
6752c9c59b
# 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 |
||
---|---|---|
.. | ||
color_material.rs | ||
color_material.wgsl | ||
material.rs | ||
mesh.rs | ||
mesh2d.wgsl | ||
mesh2d_bindings.wgsl | ||
mesh2d_functions.wgsl | ||
mesh2d_types.wgsl | ||
mesh2d_vertex_output.wgsl | ||
mesh2d_view_bindings.wgsl | ||
mesh2d_view_types.wgsl | ||
mod.rs |