bgfx/3rdparty/glsl-optimizer/tests/fragment/glsl140-basic-out.txt

9 lines
79 B
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
#version 140
out vec4 fragCol;
in vec4 col;
void main ()
{
fragCol = col;
}