mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
|
ps.1.1
|
||
|
|
||
|
;------------------------------------------------------------------------------
|
||
|
; c0 refract color tint
|
||
|
; c5 1, 1, 0, 0
|
||
|
;------------------------------------------------------------------------------
|
||
|
def c1, 1, 1, 1, 1
|
||
|
|
||
|
tex t0 ; Base color
|
||
|
|
||
|
mul r0.rgb, t0, c0
|
||
|
mov r0.a, v0.a
|