Show bonus/malus timer text if available
[ryzomcore.git] / nel / src / 3d / shaders / fxaa_vp_arbvp1.txt
blob6c8530ae0e8e2c22e210f161718e0678ba4adcd3
1 !!ARBvp1.0
2 # cgc version 3.1.0013, build date Apr 18 2012
3 # command line args: -profile arbvp1 -fastmath -fastprecision
4 # source file: fxaa_vp.cg
5 #vendor NVIDIA Corporation
6 #version 3.1.0.13
7 #profile arbvp1
8 #program fxaa_vp
9 #semantic fxaa_vp.modelViewProjection
10 #semantic fxaa_vp.fxaaConsolePosPos
11 #var float3 position : $vin.POSITION : POSITION : 0 : 1
12 #var float2 texCoord0 : $vin.TEXCOORD0 : TEXCOORD0 : 1 : 1
13 #var float4x4 modelViewProjection :  : c[1], 4 : 2 : 1
14 #var float4 fxaaConsolePosPos :  : c[5] : 3 : 1
15 #var float4 oPosition : $vout.POSITION : HPOS : 4 : 1
16 #var float2 oTexCoord0 : $vout.TEXCOORD0 : TEX0 : 5 : 1
17 #var float4 oTexCoord1 : $vout.TEXCOORD1 : TEX1 : 6 : 1
18 #const c[0] = 0
19 PARAM c[6] = { { 0 },
20                 program.local[1..5] };
21 TEMP R0;
22 MOV R0.w, c[0].x;
23 MOV R0.xyz, vertex.position;
24 DP4 result.position.w, R0, c[4];
25 DP4 result.position.z, R0, c[3];
26 DP4 result.position.y, R0, c[2];
27 DP4 result.position.x, R0, c[1];
28 ADD result.texcoord[1], vertex.texcoord[0].xyxy, c[5];
29 MOV result.texcoord[0].xy, vertex.texcoord[0];
30 END
31 # 8 instructions, 1 R-regs