bgfx/3rdparty/glsl-optimizer/tests/vertex/estest1-out.txt
2014-02-10 23:06:13 -08:00

19 lines
467 B
Text

attribute vec4 position;
uniform mat4 modelViewProjectionMatrix;
varying vec4 xlv_TEXCOORD0;
varying vec4 xlv_TEXCOORD1;
void main ()
{
gl_Position = (modelViewProjectionMatrix * position);
vec4 tmpvar_1;
tmpvar_1.zw = vec2(0.0, 0.0);
tmpvar_1.xy = (position.xy * vec2(4.0, 4.0));
xlv_TEXCOORD0 = tmpvar_1;
vec4 tmpvar_2;
tmpvar_2.zw = vec2(0.0, 0.0);
tmpvar_2.xy = position.xy;
xlv_TEXCOORD1 = tmpvar_2;
}
// inputs: 1, stats: 4 alu 0 tex 0 flow