bgfx/examples/01-cubes/fs_cubes.sc
2012-09-16 17:36:08 -07:00

11 lines
201 B
Scala

$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;
}