diff options
Diffstat (limited to 'progs/vp/ex2.txt')
-rw-r--r-- | progs/vp/ex2.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/vp/ex2.txt b/progs/vp/ex2.txt new file mode 100644 index 00000000000..bbef67bbb8a --- /dev/null +++ b/progs/vp/ex2.txt @@ -0,0 +1,6 @@ +!!ARBvp1.0 +TEMP R0; +EX2 R0, vertex.color.x; +SUB result.color, R0, {1.0}.x; +MOV result.position, vertex.position; +END |