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

17 lines
255 B
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
#version 140
uniform vec2 p;
2014-02-11 02:06:13 -05:00
in vec4 position;
in vec4 icol;
out vec4 col;
2012-10-07 23:41:18 -04:00
void main ()
{
col = icol;
vec4 tmpvar_1;
tmpvar_1.zw = vec2(0.0, 0.0);
tmpvar_1.xy = p;
gl_Position = (tmpvar_1 + position);
}
2014-02-11 02:06:13 -05:00
// inputs: 2, stats: 2 alu 0 tex 0 flow