![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <lyt_types.h>
Public Member Functions | |
| BlendMode () | |
| GXBlendMode | GetType () const |
| GXBlendFactor | GetSrcFactor () const |
| GXBlendFactor | GetDstFactor () const |
| GXLogicOp | GetOp () const |
| void | Set (GXBlendMode aType, GXBlendFactor aSrcFactor, GXBlendFactor aDstFactor, GXLogicOp aOp) |
Private Attributes | |
| u8 | type |
| u8 | srcFactor |
| u8 | dstFactor |
| u8 | op |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |