SSBM Decomp
|
Go to the source code of this file.
Functions | |
void | __GXPEInit (void) |
void | GXPokeZMode (bool compare_enable, GXCompare func, bool update_enable) |
void | GXPokeDstAlpha (bool enable, u8 alpha) |
void | GXPokeAlphaRead (s32 mode) |
void | GXPokeAlphaMode (GXCompare func, u8 threshold) |
void | GXPokeBlendMode (GXBlendMode type, GXBlendFactor src_factor, GXBlendFactor dst_factor, GXLogicOp op) |
void | GXPokeDither (s32 dither) |
void | GXPokeAlphaUpdate (bool update_enable) |
void | GXPokeColorUpdate (bool update_enable) |
|
extern |
void GXPokeAlphaRead | ( | s32 | mode | ) |
void GXPokeBlendMode | ( | GXBlendMode | type, |
GXBlendFactor | src_factor, | ||
GXBlendFactor | dst_factor, | ||
GXLogicOp | op | ||
) |
void GXPokeDither | ( | s32 | dither | ) |
void GXPokeAlphaUpdate | ( | bool | update_enable | ) |
void GXPokeColorUpdate | ( | bool | update_enable | ) |