bgfx/examples/common/debugdraw/fs_debugdraw_lines.sc
Бранимир Караџић 4581f14cd4 Happy New Year!
2022-01-15 11:59:06 -08:00

14 lines
223 B
Scala

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