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

20 lines
467 B
Text
Raw Normal View History

2012-04-03 23:30:07 -04:00
attribute vec4 position;
2014-02-11 02:06:13 -05:00
uniform mat4 modelViewProjectionMatrix;
varying vec4 xlv_TEXCOORD0;
varying vec4 xlv_TEXCOORD1;
2012-04-03 23:30:07 -04:00
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;
}
2014-02-11 02:06:13 -05:00
// inputs: 1, stats: 4 alu 0 tex 0 flow