bgfx/examples/17-drawstress/fs_drawstress.sc

14 lines
228 B
Python
Raw Normal View History

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