diff options
Diffstat (limited to 'mp/src/materialsystem/stdshaders/waterreflect_ps14.psh')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/waterreflect_ps14.psh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mp/src/materialsystem/stdshaders/waterreflect_ps14.psh b/mp/src/materialsystem/stdshaders/waterreflect_ps14.psh new file mode 100644 index 00000000..7104e45c --- /dev/null +++ b/mp/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
+
|