Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsr committed Mar 10, 2021
1 parent 9b5cf2b commit b361e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_render/src/render_graph/nodes/pass_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ impl<Q: WorldQuery> PassNode<Q> {
bind_type: BindType::Uniform {
has_dynamic_offset: false,
property: UniformProperty::Struct(vec![
UniformProperty::Mat4,
UniformProperty::Mat4,
UniformProperty::Mat4, // View Projection
UniformProperty::Mat4, // View
]),
},
shader_stage: BindingShaderStage::VERTEX | BindingShaderStage::FRAGMENT,
Expand Down

0 comments on commit b361e19

Please sign in to comment.