mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
15 lines
172 B
Plaintext
15 lines
172 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 |