diff options
Diffstat (limited to 'progs/fp/lit.txt')
-rw-r--r-- | progs/fp/lit.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/fp/lit.txt b/progs/fp/lit.txt new file mode 100644 index 0000000000..333c50d3cc --- /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 |