home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / theprojectv1-0.exe / Shaders / Cache / CGPShaders / CGRCRGBToAlpha$D3D9_PS11$NoFog.cgps < prev    next >
Encoding:
Text File  |  2004-11-27  |  685 b   |  22 lines

  1. //CGVER3.4
  2. // Pixel Shader 1.1 generated by NVIDIA Cg compiler
  3. // cgc version 1.2.1001, build date Jun 11 2004  18:11:01
  4. // command line args: -q -profile ps_1_1 -entry main -DCGC=1
  5. //vendor NVIDIA Corporation
  6. //version 1.0.02
  7. //profile ps_1_1
  8. //program main
  9. //semantic main.baseMap : TEXUNIT0
  10. //semantic main.GlobalFogColor : C7
  11. //var sampler2D baseMap : TEXUNIT0 : texunit 0 : 1 : 1
  12. //var float3 GlobalFogColor : C7 : c[7] : 2 : 1
  13. //var float4 IN.Tex0 : $vin.TEXCOORD0 : TEXCOORD0 : 0 : 1
  14. //var float4 IN.Color : $vin.COLOR0 : COLOR0 : 0 : 1
  15. //var float4 main.Color : $vout.COLOR : COLOR : -1 : 1
  16. ps.1.1
  17. tex t0
  18. mul r0.rgb, t0, v0
  19. + mov r0.a, t0.b
  20. // 2 instructions
  21. // End of program
  22.