MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / GetNumIndices

Method GetNumIndices

SampleFramework11/v1.02/Graphics/SDKMesh.cpp:370–373  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

368
369//--------------------------------------------------------------------------------------
370uint64 SDKMesh::GetNumIndices( UINT iMesh )
371{
372 return m_pIndexBufferArray[ m_pMeshArray[ iMesh ].IndexBuffer ].NumIndices;
373}
374
375SDKMESH_INDEX_TYPE SDKMesh::GetIndexType( UINT iMesh )
376{

Callers 1

InitFromSDKMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected