home *** CD-ROM | disk | FTP | other *** search
- //CGVER3.4
- //
- // Generated by Microsoft (R) D3DX9 Shader Compiler 5.04.00.2904
- //
- // fxc /T ps_2_0 /DCGC=0 /Fc $$out.cg $$in.cg
- //
- //
- // Parameters:
- //
- // float4 $FogColor;
- // sampler2D $fogEnterMap;
- // sampler2D $fogMap;
- //
- //
- // Registers:
- //
- // Name Reg Size
- // ------------ ----- ----
- // $FogColor c0 1
- // $fogEnterMap s0 1
- // $fogMap s1 1
- //
-
- ps_2_0
- dcl t0.xy
- dcl t1.xy
- dcl_2d s0
- dcl_2d s1
- texld r0, t1, s1
- texld r1, t0, s0
- mul r0, r0, r1
- mul r0.xyz, r0, c0
- mov oC0, r0
-
- // approximately 5 instruction slots used (2 texture, 3 arithmetic)
-