diff options
Diffstat (limited to 'progs/vp/msk.txt')
-rw-r--r-- | progs/vp/msk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/progs/vp/msk.txt b/progs/vp/msk.txt new file mode 100644 index 0000000000..9e925aca11 --- /dev/null +++ b/progs/vp/msk.txt @@ -0,0 +1,7 @@ +!!ARBvp1.0 +TEMP R0; +MOV R0.xz, vertex.color; +MOV R0.yw, {0.5}.x; +MOV result.color, R0; +MOV result.position, vertex.position; +END |