MCPcopy Create free account
hub / github.com/GPUOpen-Effects/GeometryFX / GetVB11

Method GetVB11

framework/d3d11/dxut/Optional/SDKmesh.cpp:1006–1009  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1004
1005//--------------------------------------------------------------------------------------
1006ID3D11Buffer* CDXUTSDKMesh::GetVB11( _In_ UINT iMesh, _In_ UINT iVB ) const
1007{
1008 return m_pVertexBufferArray[ m_pMeshArray[ iMesh ].VertexBuffers[iVB] ].pVB11;
1009}
1010
1011//--------------------------------------------------------------------------------------
1012ID3D11Buffer* CDXUTSDKMesh::GetIB11( _In_ UINT iMesh ) const

Callers 1

RenderMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected