Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
172 B

  1. ; STATIC: "VERTEXCOLOR" "0..1"
  2. ; STATIC: "CONSTANTCOLOR" "0..1"
  3. ps.1.1
  4. tex t0
  5. mov r0, t0
  6. #if VERTEXCOLOR
  7. mul r0, r0, v0
  8. #endif
  9. #if CONSTANTCOLOR
  10. mul r0, r0, c0
  11. #endif