|
SSBM Decomp
|
Go to the source code of this file.
Macros | |
| #define | GXSETARRAY(attr, data, size, stride, le) |
Functions | |
| void | GXSetVtxDesc (GXAttr attr, GXAttrType type) |
| void | GXSetVtxDescv (const GXVtxDescList *attrPtr) |
| void | GXClearVtxDesc (void) |
| void | GXSetVtxAttrFmt (GXVtxFmt vtxfmt, GXAttr attr, GXCompCnt cnt, GXCompType type, u8 frac) |
| void | GXSetVtxAttrFmtv (GXVtxFmt vtxfmt, const GXVtxAttrFmtList *list) |
| void | GXSetArray (GXAttr attr, const void *base_ptr, u8 stride) |
| void | GXInvalidateVtxCache (void) |
| void | GXSetTexCoordGen2 (GXTexCoordID dst_coord, GXTexGenType func, GXTexGenSrc src_param, u32 mtx, GXBool normalize, u32 pt_texmtx) |
| void | GXSetNumTexGens (u8 nTexGens) |
| static void | GXSetTexCoordGen (GXTexCoordID dst_coord, GXTexGenType func, GXTexGenSrc src_param, u32 mtx) |
| void | GXBegin (GXPrimitive type, GXVtxFmt vtxfmt, u16 nverts) |
| static void | GXEnd (void) |
| void | GXSetLineWidth (u8 width, GXTexOffset texOffsets) |
| void | GXSetPointSize (u8 pointSize, GXTexOffset texOffsets) |
| void | GXEnableTexOffsets (GXTexCoordID coord, u8 line_enable, u8 point_enable) |
| #define GXSETARRAY | ( | attr, | |
| data, | |||
| size, | |||
| stride, | |||
| le ) |
| void GXSetVtxDesc | ( | GXAttr | attr, |
| GXAttrType | type ) |
| void GXSetVtxDescv | ( | const GXVtxDescList * | attrPtr | ) |
| void GXClearVtxDesc | ( | void | ) |
| void GXSetVtxAttrFmt | ( | GXVtxFmt | vtxfmt, |
| GXAttr | attr, | ||
| GXCompCnt | cnt, | ||
| GXCompType | type, | ||
| u8 | frac ) |
| void GXSetVtxAttrFmtv | ( | GXVtxFmt | vtxfmt, |
| const GXVtxAttrFmtList * | list ) |
| void GXInvalidateVtxCache | ( | void | ) |
| void GXSetTexCoordGen2 | ( | GXTexCoordID | dst_coord, |
| GXTexGenType | func, | ||
| GXTexGenSrc | src_param, | ||
| u32 | mtx, | ||
| GXBool | normalize, | ||
| u32 | pt_texmtx ) |
| void GXSetNumTexGens | ( | u8 | nTexGens | ) |
|
inlinestatic |
| void GXBegin | ( | GXPrimitive | type, |
| GXVtxFmt | vtxfmt, | ||
| u16 | nverts ) |
|
inlinestatic |
| void GXSetLineWidth | ( | u8 | width, |
| GXTexOffset | texOffsets ) |
| void GXSetPointSize | ( | u8 | pointSize, |
| GXTexOffset | texOffsets ) |
| void GXEnableTexOffsets | ( | GXTexCoordID | coord, |
| u8 | line_enable, | ||
| u8 | point_enable ) |