![]() |
Twilight Princess
Remastered version of the GameCube game
|
GX_SetAlphaCompare - Sets the parameters for the alpha compare function which uses the alpha output from the last active TEV stage. The alpha compare operation is: alpha_pass = (alpha_src(comp0)ref0) (op) (alpha_src(comp1)ref1) where alpha_src is the alpha from the last active TEV stage. More...
Public Member Functions | |
override string | ToString () |
Public Attributes | |
GXCompareType | Comp0 |
subfunction 0 | |
byte | Reference0 |
Reference value for subfunction 0. | |
GXAlphaOp | Operation |
Alpha combine control for subfunctions 0 and 1. | |
GXCompareType | Comp1 |
subfunction 1 | |
byte | Reference1 |
Reference value for subfunction 1. | |
GX_SetAlphaCompare - Sets the parameters for the alpha compare function which uses the alpha output from the last active TEV stage. The alpha compare operation is: alpha_pass = (alpha_src(comp0)ref0) (op) (alpha_src(comp1)ref1) where alpha_src is the alpha from the last active TEV stage.
override string AlphaTest.ToString | ( | ) |
GXCompareType AlphaTest.Comp0 |
subfunction 0
GXCompareType AlphaTest.Comp1 |
subfunction 1
GXAlphaOp AlphaTest.Operation |
Alpha combine control for subfunctions 0 and 1.
byte AlphaTest.Reference0 |
Reference value for subfunction 0.
byte AlphaTest.Reference1 |
Reference value for subfunction 1.