[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DeviceContext.DrawIndexed

DrawIndexed Method

DrawIndexed(int, int, int)

void ID3D11DeviceContext::DrawIndexed([In] unsigned int IndexCount,[In] unsigned int StartIndexLocation,[In] int BaseVertexLocation)

Declaration
public void DrawIndexed(int indexCount, int startIndexLocation, int baseVertexLocation)
Public Sub DrawIndexed(indexCount As Integer, startIndexLocation As Integer, baseVertexLocation As Integer)
Parameters
Type Name Description
int indexCount
int startIndexLocation
int baseVertexLocation