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