diff options
Diffstat (limited to 'materialsystem/stdshaders/cloak_blended_pass_dx8_ps11.psh')
| -rw-r--r-- | materialsystem/stdshaders/cloak_blended_pass_dx8_ps11.psh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/cloak_blended_pass_dx8_ps11.psh b/materialsystem/stdshaders/cloak_blended_pass_dx8_ps11.psh new file mode 100644 index 0000000..b4dc5d1 --- /dev/null +++ b/materialsystem/stdshaders/cloak_blended_pass_dx8_ps11.psh @@ -0,0 +1,12 @@ +ps.1.1 + +;------------------------------------------------------------------------------ +; c0 refract color tint +; c5 1, 1, 0, 0 +;------------------------------------------------------------------------------ +def c1, 1, 1, 1, 1 + +tex t0 ; Base color + +mul r0.rgb, t0, c0 +mov r0.a, v0.a |