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

16 lines
404 B
Text
Raw Normal View History

2012-10-07 23:41:18 -04:00
uniform sampler2D _MainTex;
void main ()
{
vec4 tmpvar_1;
tmpvar_1.xzw = gl_Vertex.xzw;
tmpvar_1.y = (gl_Vertex.y + (texture2DLod (_MainTex, gl_MultiTexCoord0.xy, 0.0).x * 2.0));
gl_Position = (gl_ModelViewProjectionMatrix * tmpvar_1);
vec4 tmpvar_2;
tmpvar_2.zw = vec2(0.0, 0.0);
tmpvar_2.xy = gl_MultiTexCoord0.xy;
gl_TexCoord[0] = tmpvar_2;
}
2014-02-11 02:06:13 -05:00
// inputs: 2, stats: 4 alu 1 tex 0 flow