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

Method GetNumVertices

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

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

Source from the content-addressed store, hash-verified

362
363//--------------------------------------------------------------------------------------
364uint64 SDKMesh::GetNumVertices( UINT iMesh, UINT iVB )
365{
366 return m_pVertexBufferArray[ m_pMeshArray[ iMesh ].VertexBuffers[iVB] ].NumVertices;
367}
368
369//--------------------------------------------------------------------------------------
370uint64 SDKMesh::GetNumIndices( UINT iMesh )

Callers 1

InitFromSDKMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected