diff options
Diffstat (limited to 'progs/fp/kil-texcoord-sgt.txt')
-rw-r--r-- | progs/fp/kil-texcoord-sgt.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/progs/fp/kil-texcoord-sgt.txt b/progs/fp/kil-texcoord-sgt.txt deleted file mode 100644 index c74fd10dac..0000000000 --- a/progs/fp/kil-texcoord-sgt.txt +++ /dev/null @@ -1,8 +0,0 @@ -!!ARBfp1.0 -TEMP R0; -MUL R0.xy, fragment.texcoord[0], fragment.texcoord[0]; -ADD R0.x, R0.x, R0.y; -SGE R0.y, R0.x, fragment.texcoord[0].w; -KIL -R0.y; -MOV result.color, fragment.color; -END |