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