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

11 lines
120 B
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
#version 140
in vec4 col;
2014-02-11 02:06:13 -05:00
out vec4 fragCol;
2012-10-07 23:41:18 -04:00
void main ()
{
fragCol = col;
}
2014-02-11 02:06:13 -05:00
// inputs: 1, stats: 0 alu 0 tex 0 flow