diff options
Diffstat (limited to 'progs/vp/psiz-param-clamp.txt')
-rw-r--r-- | progs/vp/psiz-param-clamp.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/progs/vp/psiz-param-clamp.txt b/progs/vp/psiz-param-clamp.txt deleted file mode 100644 index 7f83fc45165..00000000000 --- a/progs/vp/psiz-param-clamp.txt +++ /dev/null @@ -1,10 +0,0 @@ -!!ARBvp1.0 -TEMP R0; -TEMP R1; -MOV result.color, vertex.color; -MUL R0.x, vertex.color.x, {10.0}.x; -MAX R0.x, R0.x, {2.0}.x; -MIN result.pointsize.x, R0.x, {4.0}.x; -MOV result.position, vertex.position; -END - |