Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
AlphaTest Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ ToString()

override string AlphaTest.ToString ( )

Member Data Documentation

◆ Comp0

GXCompareType AlphaTest.Comp0

subfunction 0

◆ Comp1

GXCompareType AlphaTest.Comp1

subfunction 1

◆ Operation

GXAlphaOp AlphaTest.Operation

Alpha combine control for subfunctions 0 and 1.

◆ Reference0

byte AlphaTest.Reference0

Reference value for subfunction 0.

◆ Reference1

byte AlphaTest.Reference1

Reference value for subfunction 1.


The documentation for this class was generated from the following file: