diff options
Diffstat (limited to 'sp/src/materialsystem/stdshaders/waterreflect_ps14.psh')
| -rw-r--r-- | sp/src/materialsystem/stdshaders/waterreflect_ps14.psh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sp/src/materialsystem/stdshaders/waterreflect_ps14.psh b/sp/src/materialsystem/stdshaders/waterreflect_ps14.psh new file mode 100644 index 00000000..7104e45c --- /dev/null +++ b/sp/src/materialsystem/stdshaders/waterreflect_ps14.psh @@ -0,0 +1,8 @@ +ps.1.4
+
+texld r0, t0_dw.xyw ; sample dudv map
+
+phase
+
+texld r0, t0
+
|