diff options
author | Keith Whitwell <[email protected]> | 2009-03-13 11:17:03 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-13 11:32:32 +0000 |
commit | dbc3e8e93f6dc7540ace4d5c543204bdad0d0d71 (patch) | |
tree | 4891948ae2f2c7f5e2eeb3b2fda63ff32109729a /progs/vp/addimm.txt | |
parent | f500f3a72c6be61ff9b8e1166f734e408d00aded (diff) |
progs/vp: add keys for point prims, etc, and various new tests
Diffstat (limited to 'progs/vp/addimm.txt')
-rw-r--r-- | progs/vp/addimm.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/vp/addimm.txt b/progs/vp/addimm.txt new file mode 100644 index 00000000000..f5796d78100 --- /dev/null +++ b/progs/vp/addimm.txt @@ -0,0 +1,5 @@ +!!ARBvp1.0 +TEMP R0; +ADD result.color, vertex.color, {.5}.x; +MOV result.position, vertex.position; +END |