bgfx/examples/17-drawstress/fs_drawstress.sc

14 lines
228 B
Python
Raw Normal View History

2014-01-19 11:43:16 +04:00
$input v_color0
/*
2022-01-15 22:59:06 +03:00
* Copyright 2011-2022 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
2014-01-19 11:43:16 +04:00
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = v_color0;
}