mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-05 15:06:48 +00:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
|
; DYNAMIC: "WRITEONETODESTALPHA" "0..1"
|
||
|
ps.1.1
|
||
|
|
||
|
mul r0, v0, c3
|
||
|
mul_x2 r0.rgb, c0, r0 ; * 2 * (overbrightFactor/2)
|
||
|
|
||
|
#if WRITEONETODESTALPHA
|
||
|
+mov r0.a, c4 ; make alpha 255
|
||
|
#endif
|