summaryrefslogtreecommitdiff
path: root/progs/fp/lit.txt
diff options
context:
space:
mode:
Diffstat (limited to 'progs/fp/lit.txt')
-rw-r--r--progs/fp/lit.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/fp/lit.txt b/progs/fp/lit.txt
new file mode 100644
index 00000000000..333c50d3cca
--- /dev/null
+++ b/progs/fp/lit.txt
@@ -0,0 +1,5 @@
+!!ARBfp1.0
+TEMP R0;
+SUB R0, {0.5}.x, fragment.color;
+LIT result.color, R0;
+END