Files
cool-source-archive/materialsystem/stdshaders/WaterRefract_ps11.psh
2021-10-01 13:28:22 +07:00

14 lines
212 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