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