1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00
hl2sdk/materialsystem/stdshaders/sprite_ps11.psh
Nicholas Hastings e2781a0000 SDK sync.
2014-02-28 14:08:09 -05:00

15 lines
186 B
Plaintext

; STATIC: "VERTEXCOLOR" "0..1"
; STATIC: "CONSTANTCOLOR" "0..1"
ps.1.1
tex t0
mov r0, t0
#if VERTEXCOLOR
mul r0, r0, v0
#endif
#if CONSTANTCOLOR
mul r0, r0, c0
#endif