SSBM Decomp
Loading...
Searching...
No Matches
__GXMisc.h File Reference
#include <platform.h>
#include <dolphin/gx/__types.h>
#include <dolphin/gx/GXEnum.h>

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)
 

Function Documentation

◆ __GXPEInit()

void __GXPEInit ( void  )
extern

◆ GXPokeZMode()

void GXPokeZMode ( bool  compare_enable,
GXCompare  func,
bool  update_enable 
)

◆ GXPokeDstAlpha()

void GXPokeDstAlpha ( bool  enable,
u8  alpha 
)

◆ GXPokeAlphaRead()

void GXPokeAlphaRead ( s32  mode)

◆ GXPokeAlphaMode()

void GXPokeAlphaMode ( GXCompare  func,
u8  threshold 
)

◆ GXPokeBlendMode()

void GXPokeBlendMode ( GXBlendMode  type,
GXBlendFactor  src_factor,
GXBlendFactor  dst_factor,
GXLogicOp  op 
)

◆ GXPokeDither()

void GXPokeDither ( s32  dither)

◆ GXPokeAlphaUpdate()

void GXPokeAlphaUpdate ( bool  update_enable)

◆ GXPokeColorUpdate()

void GXPokeColorUpdate ( bool  update_enable)