bgfx/examples/common/debugdraw/fs_debugdraw_lines.sc
Бранимир Караџић af49c5d264 Happy New Year!
2021-01-14 15:53:49 -08:00

14 lines
224 B
Scala

$input v_color0
/*
* Copyright 2011-2021 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;
}