#include <TVertexFactoryResource_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 | TVertexPoolResourceInterface |
![]() | |
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 ) ) |
![]() | |
TVertexPoolResourceInterface * | CreatePool (TUINT16 a_uiMaxStaticVertices, TUINT32 a_uiFlags) |
![]() | |
TNode () | |
![]() | |
TUINT | m_uiNumPools |
TVertexFactoryFormat | m_VertexFormat |
TUINT16 | m_uiMaxStaticVertices |
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 TVertexFactoryResource_DX8.h.
TVertexBlockResource * TVertexFactoryResource::CreateBlockResource | ( | TUINT16 | a_uiMaxVertices, |
TUINT32 | a_uiFlags ) |
Definition at line 35 of file TVertexFactoryResource_DX8.cpp.
|
virtual |
Implements TVertexFactoryResourceInterface.
Definition at line 19 of file TVertexFactoryResource_DX8.cpp.
TVertexBlockResource * TVertexFactoryResource::FindBlockResource | ( | TVertexPoolResource * | a_pResource | ) |
Definition at line 49 of file TVertexFactoryResource_DX8.cpp.
TVertexFactoryResource::TDECLARE_CLASS | ( | TVertexFactoryResource | , |
TVertexFactoryResourceInterface | ) |