summaryrefslogtreecommitdiff
path: root/progs/vp/lg2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'progs/vp/lg2.txt')
-rw-r--r--progs/vp/lg2.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/progs/vp/lg2.txt b/progs/vp/lg2.txt
deleted file mode 100644
index 2f59b993a41..00000000000
--- a/progs/vp/lg2.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-!!ARBvp1.0
-TEMP R0;
-MUL R0, vertex.color, {4.0}.x;
-LG2 result.color, R0.x;
-MOV result.position, vertex.position;
-END