Definition at line 36 of file g3d_restex.h.
|
|
| NW4R_G3D_RESOURCE_FUNC_DEF (ResTex) |
| |
|
void | Init () |
| |
| ulong | GetRevision () const |
| |
| bool | CheckRevision () const |
| |
|
bool | GetTexObjParam (void **ppTexData, u16 *pWidth, u16 *pHeight, GXTexFmt *pFormat, f32 *pMinLod, f32 *pMaxLod, GXBool *pMipMap) const |
| |
|
bool | GetTexObjCIParam (void **ppTexData, u16 *pWidth, u16 *pHeight, GXCITexFmt *pFormatCI, f32 *pMinLod, f32 *pMaxLod, GXBool *pMipMap) const |
| |
| bool | IsCIFmt () const |
| |
| u16 | GetWidth () const |
| |
| u16 | GetHeight () const |
| |
| const void * | GetTexData () const |
| |
| | ResCommon (void *pData) |
| |
| | ResCommon (const void *pData) |
| |
| bool | IsValid () const |
| |
| ResTexData * | ptr () |
| |
| const ResTexData * | ptr () const |
| |
| ResTexData & | ref () |
| |
| const ResTexData & | ref () const |
| |
| ResTexData * | ofs_to_ptr_raw (s32 ofs) |
| |
| const ResTexData * | ofs_to_ptr_raw (s32 ofs) const |
| |
| ResTexData * | ofs_to_ptr (s32 ofs) |
| |
| const ResTexData * | ofs_to_ptr (s32 ofs) const |
| |
| ResTexData | ofs_to_obj (s32 ofs) |
| |
| const ResTexData | ofs_to_obj (s32 ofs) const |
| |
◆ GetRevision()
| ulong nw4r::g3d::ResTex::GetRevision |
( |
| ) |
const |
|
inline |
◆ CheckRevision()
| bool nw4r::g3d::ResTex::CheckRevision |
( |
| ) |
const |
|
inline |
◆ IsCIFmt()
| bool nw4r::g3d::ResTex::IsCIFmt |
( |
| ) |
const |
|
inline |
◆ GetWidth()
| u16 nw4r::g3d::ResTex::GetWidth |
( |
| ) |
const |
|
inline |
◆ GetHeight()
| u16 nw4r::g3d::ResTex::GetHeight |
( |
| ) |
const |
|
inline |
◆ GetTexData()
| const void * nw4r::g3d::ResTex::GetTexData |
( |
| ) |
const |
|
inline |
◆ SIGNATURE
| const ulong nw4r::g3d::ResTex::SIGNATURE = 'TEX0' |
|
static |
◆ REVISION
| const int nw4r::g3d::ResTex::REVISION = 1 |
|
static |