In This Topic
void ID3D11DeviceContext::DrawInstanced([In] unsigned int VertexCountPerInstance,[In] unsigned int InstanceCount,[In] unsigned int StartVertexLocation,[In] unsigned int StartInstanceLocation)
Syntax
'Declaration
Public Sub DrawInstanced( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void DrawInstanced(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- vertexCountPerInstance
- instanceCount
- startVertexLocation
- startInstanceLocation
See Also