waterrefract_ps11.psh

来自「hl2 source code. Do not use it illegal.」· PSH 代码 · 共 14 行

PSH
14
字号
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

mov r0, t1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?