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

Method GetSubset

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

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

Source from the content-addressed store, hash-verified

350
351//--------------------------------------------------------------------------------------
352SDKMESH_SUBSET* SDKMesh::GetSubset( UINT iMesh, UINT iSubset )
353{
354 return &m_pSubsetArray[ m_pMeshArray[ iMesh ].pSubsets[iSubset] ];
355}
356
357//--------------------------------------------------------------------------------------
358UINT SDKMesh::GetVertexStride( UINT iMesh, UINT iVB )

Callers 1

InitFromSDKMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected