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

Method GetNumMaterials

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

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

Source from the content-addressed store, hash-verified

296
297//--------------------------------------------------------------------------------------
298UINT SDKMesh::GetNumMaterials()
299{
300 if( !m_pMeshHeader )
301 return 0;
302 return m_pMeshHeader->NumMaterials;
303}
304
305//--------------------------------------------------------------------------------------
306UINT SDKMesh::GetNumVBs()

Callers 1

CreateFromSDKMeshFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected