home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / mortyr2_demo.exe / {app} / shaders / pixel / basic.ps next >
Encoding:
Text File  |  2002-12-04  |  174 b   |  4 lines

  1. ps.1.0          // version instruction
  2. tex t0          // declare texture register t0 which will be loaded from Texture Stage 0 
  3. mul r0, v0, t0  // v0*t0, then move to r0
  4.