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/exp-no-w.txt | |
parent | f500f3a72c6be61ff9b8e1166f734e408d00aded (diff) |
progs/vp: add keys for point prims, etc, and various new tests
Diffstat (limited to 'progs/vp/exp-no-w.txt')
-rw-r--r-- | progs/vp/exp-no-w.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/vp/exp-no-w.txt b/progs/vp/exp-no-w.txt new file mode 100644 index 00000000000..98ed4b7a981 --- /dev/null +++ b/progs/vp/exp-no-w.txt @@ -0,0 +1,6 @@ +!!ARBvp1.0 +TEMP R0; +EXP R0, vertex.color.x; +SUB result.color, R0.z, {1.0}.x; +MOV result.position, vertex.position; +END |