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

Method GetMesh

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

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

Source from the content-addressed store, hash-verified

338
339//--------------------------------------------------------------------------------------
340SDKMESH_MESH* SDKMesh::GetMesh( UINT iMesh )
341{
342 return &m_pMeshArray[ iMesh ];
343}
344
345//--------------------------------------------------------------------------------------
346UINT SDKMesh::GetNumSubsets( UINT iMesh )

Callers 1

InitFromSDKMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected