bgfx/examples/common/debugdraw/fs_debugdraw_lines.sc

14 lines
217 B
Python
Raw Normal View History

2016-02-26 01:20:24 -05:00
$input v_color0
/*
2016-03-05 14:03:52 -05:00
* Copyright 2011-2016 Branimir Karadzic. All rights reserved.
2016-02-26 01:20:24 -05:00
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include <bgfx_shader.sh>
void main()
{
gl_FragColor = v_color0;
}