bgfx/examples/17-drawstress/fs_drawstress.sc

14 lines
229 B
Python
Raw Normal View History

2014-01-19 11:43:16 +04:00
$input v_color0
/*
2020-01-15 08:37:06 +03:00
* Copyright 2011-2020 Branimir Karadzic. All rights reserved.
2016-01-01 11:11:04 +03:00
* License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause
2014-01-19 11:43:16 +04:00
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = v_color0;
}