Skip to content

Commit

Permalink
🐛 slipped right there. Very strange again, because it did not show he…
Browse files Browse the repository at this point in the history
…re. ⚰️
  • Loading branch information
aconstlink committed Oct 24, 2024
1 parent f42b6fc commit 7ac9a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gfx/primitive/tri_render_2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ void_t tri_render_2d::init( motor::string_cref_t name ) noexcept
{
sc.shader_bindings()
.add_vertex_input_binding( motor::graphics::vertex_attribute::position, "in_pos" )
.add_input_binding( motor::graphics::binding_point::view_matrix, "u_view" )
.add_input_binding( motor::graphics::binding_point::projection_matrix, "u_proj" ) ;
.add_variable_binding( motor::graphics::binding_point::view_matrix, "u_view" )
.add_variable_binding( motor::graphics::binding_point::projection_matrix, "u_proj" ) ;
}

_so = std::move( sc ) ;
Expand Down

0 comments on commit 7ac9a57

Please sign in to comment.