#include <TIndexFactoryResource_DX8.h>
Additional Inherited Members | |
![]() | |
using | t_RecurseCb = TBOOL ( * )( TResource* a_pResource, void* a_pUserData ) |
![]() | |
enum | { IsTObject = TTRUE } |
![]() | |
static TBOOL | Recurse (t_RecurseCb a_pCallback, TResource *a_pResource, TBOOL a_bFlag, void *a_pUserData) |
![]() | |
static Toshi::TObject * | CreateTObject () |
static Toshi::TObject * | CreateTObjectInPlace (void *a_pPtr) |
static void | InitialiseClass () |
static void | DeinitialiseClass () |
static TFORCEINLINE TClass * | GetClassStatic () |
![]() | |
friend | TIndexPoolResourceInterface |
![]() | |
friend | TRenderInterface |
![]() | |
friend | TNodeTree |
![]() | |
static constexpr size_t | MAXNAMELEN = 14 |
![]() | |
static constexpr Toshi::TClass * | PARENTCLASS = TNULL |
static constinit Toshi::TClass | ms_oClass = Toshi::TClass( "TObject", TObject::CreateTObject, TObject::CreateTObjectInPlace, TObject::InitialiseClass, TObject::DeinitialiseClass, 0, 2, sizeof( TObject ), alignof( TObject ) ) |
![]() | |
TIndexPoolResourceInterface * | CreatePool (TUINT16 a_uiMaxStaticIndices, TUINT32 a_uiFlags) |
![]() | |
TNode () | |
![]() | |
TUINT | m_uiNumPools |
TIndexFactoryFormat | m_IndexFormat |
TUINT16 | m_uiMaxStaticIndices |
TUINT | m_uiFlags |
![]() | |
TNodeTree< T > * | m_Tree |
T * | m_Next |
T * | m_Prev |
T * | m_Parent |
T * | m_Child |
Definition at line 8 of file TIndexFactoryResource_DX8.h.
TIndexBlockResource * TIndexFactoryResource::CreateBlockResource | ( | TUINT16 | a_uiMaxIndices, |
TUINT32 | a_uiFlags ) |
Definition at line 56 of file TIndexFactoryResource_DX8.cpp.
|
virtual |
Implements TIndexFactoryResourceInterface.
Definition at line 70 of file TIndexFactoryResource_DX8.cpp.
TIndexBlockResource * TIndexFactoryResource::FindBlockResource | ( | TIndexPoolResource * | a_pResource | ) |
Definition at line 21 of file TIndexFactoryResource_DX8.cpp.
TIndexFactoryResource::TDECLARE_CLASS | ( | TIndexFactoryResource | , |
TIndexFactoryResourceInterface | ) |