diff --git a/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc b/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc index 42621be2d..dbd016dd4 100644 --- a/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc +++ b/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc @@ -1,4 +1,4 @@ -$input a_position, a_indices +$input a_position $output v_view, v_world /* diff --git a/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc b/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc index 39c6a1075..a76a4d0c7 100644 --- a/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc +++ b/examples/common/debugdraw/vs_debugdraw_fill_mesh.sc @@ -1,4 +1,4 @@ -$input a_position, a_indices +$input a_position /* * Copyright 2011-2021 Branimir Karadzic. All rights reserved.