diff options
Diffstat (limited to 'materialsystem/stdshaders/cloud_ps11.psh')
| -rw-r--r-- | materialsystem/stdshaders/cloud_ps11.psh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/cloud_ps11.psh b/materialsystem/stdshaders/cloud_ps11.psh new file mode 100644 index 0000000..82ed1d6 --- /dev/null +++ b/materialsystem/stdshaders/cloud_ps11.psh @@ -0,0 +1,6 @@ +ps.1.1 + +tex t0 +tex t1 + +mul r0, t0, t1 |