mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
ps.1.1
|
|
|
|
tex t0 ; base texture
|
|
tex t1 ; lightmap
|
|
|
|
mul r0.rgb, t0, t1
|
|
+ mov r0.a, t0.a
|
|
|
|
|