|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 133 of file g3d_resmat.h.
Public Member Functions | |
| NW4R_G3D_RESOURCE_FUNC_DEF_EX (ResMatTexCoordGen, ResTexCoordGenDL) | |
| void | DCStore (bool sync) |
| ResMatTexCoordGen | CopyTo (void *pDst) const |
| void | CallDisplayList (u8 numGens, bool sync) const |
| bool | GXGetTexCoordGen2 (GXTexCoordID id, GXTexGenType *pFunc, GXTexGenSrc *pParam, GXBool *pNormalize, ulong *pPostMtx) const |
| void | GXSetTexCoordGen2 (GXTexCoordID id, GXTexGenType func, GXTexGenSrc param, GXBool normalize, ulong postMtx) |
| void | EndEdit () |
Public Member Functions inherited from nw4r::g3d::ResCommon< ResTexCoordGenDL > | |
| ResCommon (void *pData) | |
| ResCommon (const void *pData) | |
| bool | IsValid () const |
| ResTexCoordGenDL * | ptr () |
| const ResTexCoordGenDL * | ptr () const |
| ResTexCoordGenDL & | ref () |
| const ResTexCoordGenDL & | ref () const |
| ResTexCoordGenDL * | ofs_to_ptr_raw (s32 ofs) |
| const ResTexCoordGenDL * | ofs_to_ptr_raw (s32 ofs) const |
| ResTexCoordGenDL * | ofs_to_ptr (s32 ofs) |
| const ResTexCoordGenDL * | ofs_to_ptr (s32 ofs) const |
| ResTexCoordGenDL | ofs_to_obj (s32 ofs) |
| const ResTexCoordGenDL | ofs_to_obj (s32 ofs) const |
|
inline |
Definition at line 148 of file g3d_resmat.h.