|
SSBM Decomp
|
#include <dolphin/gx.h>Go to the source code of this file.
Data Structures | |
| struct | G2DSprite |
| struct | G2DPosOri |
| struct | G2DGlob |
| struct | G2DMatDesc |
| struct | G2DTileDesc |
| struct | G2DLayer |
Enumerations | |
| enum | G2DMatCtg { G2D_CTG_TEXTURE , G2D_CTG_RGB_DIRECT , G2D_CTG_RGBA_INDEX8 , G2D_CTG_EMPTY } |
Functions | |
| void | G2DInitSprite (G2DSprite *sprite) |
| void | G2DDrawSprite (G2DSprite *sprite, G2DPosOri *po) |
| void | G2DDrawLayer (G2DLayer *layer, s8 *aSortBuffer) |
| void | G2DSetCamera (G2DPosOri *po) |
| void | G2DInitWorld (u32 nWorldX, u32 nWorldY) |
| void | G2DSetViewport (u16 nLeft, u16 nTop, u16 nWidth, u16 nHeight) |
| enum G2DMatCtg |
| void G2DInitSprite | ( | G2DSprite * | sprite | ) |
| void G2DSetCamera | ( | G2DPosOri * | po | ) |