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

85 lines
2.6 KiB
Text
Raw Normal View History

2012-04-03 23:30:07 -04:00
uniform vec4 _MainTex_ST;
2014-02-11 02:06:13 -05:00
uniform vec4 _ProjectionParams;
uniform mat4 _World2Object;
uniform vec3 _WorldSpaceCameraPos;
uniform vec4 unity_LightmapFade;
uniform vec4 unity_LightmapST;
uniform vec4 unity_Scale;
attribute vec4 TANGENT;
varying vec4 xlv_FOG;
2012-04-03 23:30:07 -04:00
void main ()
{
2014-10-11 15:32:43 -04:00
vec3 binormal_1;
vec3 tmpvar_2;
vec4 pos_3;
pos_3 = (gl_ModelViewProjectionMatrix * gl_Vertex);
vec4 o_4;
o_4 = (pos_3 * 0.5);
2012-04-03 23:30:07 -04:00
vec2 tmpvar_5;
2014-10-11 15:32:43 -04:00
tmpvar_5.x = o_4.x;
tmpvar_5.y = (o_4.y * _ProjectionParams.x);
o_4.xy = (tmpvar_5 + o_4.w);
o_4.zw = pos_3.zw;
tmpvar_2.xy = ((gl_MultiTexCoord1.xy * unity_LightmapST.xy) + unity_LightmapST.zw);
tmpvar_2.z = ((-(
2014-02-11 02:06:13 -05:00
(gl_ModelViewMatrix * gl_Vertex)
.z) * unity_LightmapFade.z) + unity_LightmapFade.w);
2014-10-11 15:32:43 -04:00
binormal_1 = (((gl_Normal.yzx * TANGENT.zxy) - (gl_Normal.zxy * TANGENT.yzx)) * TANGENT.w);
mat3 tmpvar_6;
tmpvar_6[0].x = TANGENT.x;
tmpvar_6[0].y = binormal_1.x;
tmpvar_6[0].z = gl_Normal.x;
tmpvar_6[1].x = TANGENT.y;
tmpvar_6[1].y = binormal_1.y;
tmpvar_6[1].z = gl_Normal.y;
tmpvar_6[2].x = TANGENT.z;
tmpvar_6[2].y = binormal_1.z;
tmpvar_6[2].z = gl_Normal.z;
vec4 tmpvar_7;
tmpvar_7.w = 1.0;
tmpvar_7.xyz = _WorldSpaceCameraPos;
gl_Position = pos_3;
2012-04-03 23:30:07 -04:00
vec4 tmpvar_8;
2014-10-11 15:32:43 -04:00
tmpvar_8.yzw = vec3(0.0, 0.0, 0.0);
tmpvar_8.x = pos_3.z;
xlv_FOG = tmpvar_8;
2012-04-03 23:30:07 -04:00
vec4 tmpvar_9;
2014-10-11 15:32:43 -04:00
tmpvar_9.zw = vec2(0.0, 0.0);
tmpvar_9.xy = ((gl_MultiTexCoord0.xy * _MainTex_ST.xy) + _MainTex_ST.zw);
gl_TexCoord[0] = tmpvar_9;
2012-04-03 23:30:07 -04:00
vec4 tmpvar_10;
2014-10-11 15:32:43 -04:00
tmpvar_10.w = 0.0;
tmpvar_10.xyz = (tmpvar_6 * ((
(_World2Object * tmpvar_7)
.xyz * unity_Scale.w) - gl_Vertex.xyz));
gl_TexCoord[1] = tmpvar_10;
gl_TexCoord[2] = o_4;
2012-04-03 23:30:07 -04:00
vec4 tmpvar_11;
tmpvar_11.w = 0.0;
2014-10-11 15:32:43 -04:00
tmpvar_11.xyz = (tmpvar_6 * (gl_Normal * unity_Scale.w));
gl_TexCoord[3] = tmpvar_11;
2012-10-07 23:41:18 -04:00
vec4 tmpvar_12;
tmpvar_12.w = 0.0;
2014-10-11 15:32:43 -04:00
tmpvar_12.xyz = tmpvar_2;
gl_TexCoord[4] = tmpvar_12;
2012-04-03 23:30:07 -04:00
}
2014-02-11 02:06:13 -05:00
2014-10-11 15:32:43 -04:00
// stats: 28 alu 0 tex 0 flow
// inputs: 5
// #0: gl_MultiTexCoord1 (high float) 4x1 [-1] loc 9
// #1: gl_MultiTexCoord0 (high float) 4x1 [-1] loc 8
// #2: gl_Normal (high float) 3x1 [-1] loc 2
// #3: gl_Vertex (high float) 4x1 [-1] loc 0
// #4: TANGENT (high float) 4x1 [-1]
// uniforms: 9 (total size: 0)
// #0: gl_ModelViewProjectionMatrix (high float) 4x4 [-1]
// #1: gl_ModelViewMatrix (high float) 4x4 [-1]
// #2: _MainTex_ST (high float) 4x1 [-1]
// #3: _ProjectionParams (high float) 4x1 [-1]
// #4: _World2Object (high float) 4x4 [-1]
// #5: _WorldSpaceCameraPos (high float) 3x1 [-1]
// #6: unity_LightmapFade (high float) 4x1 [-1]
// #7: unity_LightmapST (high float) 4x1 [-1]
// #8: unity_Scale (high float) 4x1 [-1]