blob: fbe75475d0d23b0a6e610ed67f0edb9bd1e5cacb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|