#include <TVertexFactoryResource_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 TVertexFactoryResourceInterface | |
| friend | TVertexPoolResourceInterface |
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 TVertexFactoryResourceInterface | |
| TVertexPoolResourceInterface * | CreatePool (TUINT16 a_uiMaxStaticVertices, TUINT32 a_uiFlags) |
Protected Member Functions inherited from TNodeTree< T >::TNode | |
| TNode () | |
Protected Attributes inherited from TVertexFactoryResourceInterface | |
| TUINT | m_uiNumPools |
| TVertexFactoryFormat | m_VertexFormat |
| TUINT16 | m_uiMaxStaticVertices |
| 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 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 | ) |