diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc')
-rw-r--r-- | 3rdparty/bgfx/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/bgfx/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc b/3rdparty/bgfx/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc index 7616da2055f..7083351a3ef 100644 --- a/3rdparty/bgfx/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc +++ b/3rdparty/bgfx/examples/common/debugdraw/vs_debugdraw_fill_lit_mesh.sc @@ -1,9 +1,9 @@ -$input a_position, a_indices +$input a_position $output v_view, v_world /* - * Copyright 2011-2018 Branimir Karadzic. All rights reserved. - * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause + * Copyright 2011-2022 Branimir Karadzic. All rights reserved. + * License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE */ #include <bgfx_shader.sh> |