bgfx/examples/common/debugdraw/fs_debugdraw_lines.sc

14 lines
217 B
Python
Raw Normal View History

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