bgfx/examples/05-instancing/fs_instancing.sc

14 lines
235 B
Python
Raw Normal View History

2012-10-09 10:24:10 +04:00
$input v_color0
/*
2013-01-13 22:57:24 +04:00
* Copyright 2011-2013 Branimir Karadzic. All rights reserved.
2012-10-09 10:24:10 +04:00
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include "../common/common.sh"
void main()
{
gl_FragColor = v_color0;
}