diff options
Diffstat (limited to 'progs/fp/flr.txt')
-rw-r--r-- | progs/fp/flr.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/fp/flr.txt b/progs/fp/flr.txt new file mode 100644 index 00000000000..c3479c7bd5e --- /dev/null +++ b/progs/fp/flr.txt @@ -0,0 +1,5 @@ +!!ARBfp1.0 +TEMP R0; +ADD R0, fragment.color, {0.5}.x; +FLR result.color, R0; +END |