aboutsummaryrefslogtreecommitdiff
path: root/mp/src/materialsystem/stdshaders/lightmappedgeneric_basetextureblend.psh
blob: 9ca0eeb0e88914952356151215dab19cca7cf1de (plain) (blame)
1
2
3
4
5
6
7
8
9
ps.1.1

tex t0 ; base 1
tex t1 ; base 2

mov r1, t1
lrp r0, 1-v0.a, t0, r1
mul r0, r0, c0