summaryrefslogtreecommitdiff
path: root/progs/vp/rcp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'progs/vp/rcp.txt')
-rw-r--r--progs/vp/rcp.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/progs/vp/rcp.txt b/progs/vp/rcp.txt
deleted file mode 100644
index e16292bd00..0000000000
--- a/progs/vp/rcp.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-!!ARBvp1.0
-TEMP R0;
-ADD R0, vertex.color.x, vertex.color.x;
-RCP result.color, R0.x;
-MOV result.position, vertex.position;
-END
-