diff options
author | Keith Whitwell <[email protected]> | 2005-11-01 06:28:39 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-11-01 06:28:39 +0000 |
commit | d9f362a66733cf016a54bae0a97805223d930062 (patch) | |
tree | 28478ab0dd9e0c6ce5d11061ff9c4e0ae0ea407b /progs/vp/lit.txt | |
parent | 05051037101dfa053798cf5ad91d1975fd1aa6a7 (diff) |
standalone tests for vp instructions
Diffstat (limited to 'progs/vp/lit.txt')
-rw-r--r-- | progs/vp/lit.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/vp/lit.txt b/progs/vp/lit.txt new file mode 100644 index 00000000000..65705b41705 --- /dev/null +++ b/progs/vp/lit.txt @@ -0,0 +1,6 @@ +!!ARBvp1.0 +TEMP R0; +SUB R0, {0.5}.x, vertex.color; +LIT result.color, R0; +MOV result.position, vertex.position; +END |