negate.txt - test negation of a src reg
This commit is contained in:
6
progs/fp/negate.txt
Normal file
6
progs/fp/negate.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
!!ARBfp1.0
|
||||
# this should result in fragment color passing through unchanged
|
||||
TEMP R0;
|
||||
ADD R0, fragment.color, fragment.color;
|
||||
ADD result.color, R0, -fragment.color;
|
||||
END
|
Reference in New Issue
Block a user