mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
|
ps.1.1
|
||
|
|
||
|
; t0:
|
||
|
; texture: dudv map
|
||
|
; texcoords: dudvmap texcoords
|
||
|
; t1:
|
||
|
; texture: refraction render target
|
||
|
; texcoords:
|
||
|
|
||
|
tex t0 ; sample dudv map
|
||
|
texbem t1, t0 ; refraction
|
||
|
|
||
|
mul r0, t1, c0
|