diff options
Diffstat (limited to 'progs/fp/tex-pos-kil.txt')
-rw-r--r-- | progs/fp/tex-pos-kil.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/progs/fp/tex-pos-kil.txt b/progs/fp/tex-pos-kil.txt new file mode 100644 index 0000000000..b7aaa9f7c8 --- /dev/null +++ b/progs/fp/tex-pos-kil.txt @@ -0,0 +1,8 @@ +!!ARBfp1.0 +TEMP R0; +MUL R0, fragment.position, {0.008}.x; +TEX R0, R0, texture[0], 2D; +SUB R0, R0, {0.25}.x; +KIL R0.xyzz; +MOV result.color, fragment.color; +END |