[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DeviceContext.DrawIndexedInstanced

DrawIndexedInstanced Method

DrawIndexedInstanced(int, int, int, int, int)

void ID3D11DeviceContext::DrawIndexedInstanced([In] unsigned int IndexCountPerInstance,[In] unsigned int InstanceCount,[In] unsigned int StartIndexLocation,[In] int BaseVertexLocation,[In] unsigned int StartInstanceLocation)

Declaration
public void DrawIndexedInstanced(int indexCountPerInstance, int instanceCount, int startIndexLocation, int baseVertexLocation, int startInstanceLocation)
Public Sub DrawIndexedInstanced(indexCountPerInstance As Integer, instanceCount As Integer, startIndexLocation As Integer, baseVertexLocation As Integer, startInstanceLocation As Integer)
Parameters
Type Name Description
int indexCountPerInstance
int instanceCount
int startIndexLocation
int baseVertexLocation
int startInstanceLocation