summaryrefslogtreecommitdiffstats
path: root/progs/fp/position.txt
diff options
context:
space:
mode:
Diffstat (limited to 'progs/fp/position.txt')
-rw-r--r--progs/fp/position.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/progs/fp/position.txt b/progs/fp/position.txt
deleted file mode 100644
index f59d0259c72..00000000000
--- a/progs/fp/position.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-!!ARBfp1.0
-# expected: the yellow vertex is the top one
-# if it is the bottom one, the wrong origin convention is being used
-MOV result.color, {0}.x;
-MUL result.color.xy, fragment.position, {.005}.x;
-END