diff options
author | Keith Whitwell <[email protected]> | 2009-03-13 11:37:17 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-13 11:57:15 +0000 |
commit | 48012157ba56d5ed5566e6170b0f253b4e68ef28 (patch) | |
tree | 6fcf0ec363aae564af9d91c10db72ff899a32db9 /progs/vp/psiz-mul.txt | |
parent | f22574be95ccfb21058699f5e27e684abc87dac9 (diff) |
vp: add test for pointsize output
Diffstat (limited to 'progs/vp/psiz-mul.txt')
-rw-r--r-- | progs/vp/psiz-mul.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/progs/vp/psiz-mul.txt b/progs/vp/psiz-mul.txt new file mode 100644 index 00000000000..a74df66de29 --- /dev/null +++ b/progs/vp/psiz-mul.txt @@ -0,0 +1,6 @@ +!!ARBvp1.0 +MOV result.color, vertex.color; +MUL result.pointsize, vertex.color.x, {10.0}.x; +MOV result.position, vertex.position; +END + |