#include <TIndexFactoryResource_DX8.h>
Additional Inherited Members | |
Public Types inherited from TResource | |
| using | t_RecurseCb = TBOOL ( * )( TResource* a_pResource, void* a_pUserData ) |
Public Types inherited from TObject | |
| enum | { IsTObject = TTRUE } |
Static Public Member Functions inherited from TResource | |
| static TBOOL | Recurse (t_RecurseCb a_pCallback, TResource *a_pResource, TBOOL a_bFlag, void *a_pUserData) |
Static Public Member Functions inherited from TObject | |
| static Toshi::TObject * | CreateTObject () |
| static Toshi::TObject * | CreateTObjectInPlace (void *a_pPtr) |
| static void | InitialiseClass () |
| static void | DeinitialiseClass () |
| static TFORCEINLINE TClass * | GetClassStatic () |
Public Attributes inherited from TIndexFactoryResourceInterface | |
| friend | TIndexPoolResourceInterface |
Public Attributes inherited from TResource | |
| friend | TRenderInterface |
Public Attributes inherited from TNodeTree< T >::TNode | |
| friend | TNodeTree |
Static Public Attributes inherited from TResource | |
| static constexpr size_t | MAXNAMELEN = 14 |
Static Public Attributes inherited from TObject | |
| 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 ) ) |
Protected Member Functions inherited from TIndexFactoryResourceInterface | |
| TIndexPoolResourceInterface * | CreatePool (TUINT16 a_uiMaxStaticIndices, TUINT32 a_uiFlags) |
Protected Member Functions inherited from TNodeTree< T >::TNode | |
| TNode () | |
Protected Attributes inherited from TIndexFactoryResourceInterface | |
| TUINT | m_uiNumPools |
| TIndexFactoryFormat | m_IndexFormat |
| TUINT16 | m_uiMaxStaticIndices |
| TUINT | m_uiFlags |
Protected Attributes inherited from TNodeTree< T >::TNode | |
| 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 | ) |