bgfx/examples/01-cubes/fs_cubes.sc

12 lines
201 B
Python
Raw Normal View History

2012-09-16 20:36:08 -04:00
$input v_color0
/*
* Copyright 2011-2012 Branimir Karadzic. All rights reserved.
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
void main()
{
gl_FragColor = v_color0;
}