bgfx/examples/common/debugdraw/fs_debugdraw_lines.sc
Branimir Karadžić dbb697b56e Debug draw.
2016-02-25 22:20:24 -08:00

13 lines
217 B
Scala

$input v_color0
/*
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include <bgfx_shader.sh>
void main()
{
gl_FragColor = v_color0;
}