protot/3rdparty/bgfx/examples/common/debugdraw/fs_debugdraw_lines.sc

14 lines
224 B
Scala

$input v_color0
/*
* Copyright 2011-2017 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
*/
#include <bgfx_shader.sh>
void main()
{
gl_FragColor = v_color0;
}