diff options
Diffstat (limited to 'progs/fp/local.txt')
-rw-r--r-- | progs/fp/local.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/progs/fp/local.txt b/progs/fp/local.txt new file mode 100644 index 00000000000..6cb2a2f13cc --- /dev/null +++ b/progs/fp/local.txt @@ -0,0 +1,11 @@ +!!ARBfp1.0 +TEMP R0; +PARAM c[4] = { { 0, 0, 0, 0 }, + program.local[0..1], + { 1, 1, 1, 1 } }; +MOV R0, c[1]; +SUB R0, R0, c[0]; +ADD R0, R0, c[2]; +MUL R0, R0, c[3]; +MOV result.color, R0; +END |