1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00
Files
hl2sdk/materialsystem/stdshaders/SDK_lightmappedgeneric_basetextureblend.psh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
100 B
Plaintext
Raw Permalink Normal View History

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