DrawIndexedInstanced Method
In This Topic
void ID3D11DeviceContext::DrawIndexedInstanced([In] unsigned int IndexCountPerInstance,[In] unsigned int InstanceCount,[In] unsigned int StartIndexLocation,[In] int BaseVertexLocation,[In] unsigned int StartInstanceLocation)
Syntax
'Declaration
Public Sub DrawIndexedInstanced( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void DrawIndexedInstanced(
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- indexCountPerInstance
- instanceCount
- startIndexLocation
- baseVertexLocation
- startInstanceLocation
See Also