MCPcopy Create free account
hub / github.com/TheRealMJP/MSAAFilter / GetNumSubsets

Method GetNumSubsets

SampleFramework11/v1.01/Graphics/SDKMesh.cpp:346–349  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

344
345//--------------------------------------------------------------------------------------
346UINT SDKMesh::GetNumSubsets( UINT iMesh )
347{
348 return m_pMeshArray[ iMesh ].NumSubsets;
349}
350
351//--------------------------------------------------------------------------------------
352SDKMESH_SUBSET* SDKMesh::GetSubset( UINT iMesh, UINT iSubset )

Callers 1

InitFromSDKMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected