ICommandList.DrawIndex

DrawIndex()

Issue an indexed draw into a command list

public void DrawIndex()

See Also


DrawIndex(int, int)

Issue an indexed draw into a command list

public void DrawIndex(int start, int count)
ParameterTypeDescription
startInt32The first index to draw
countInt32The count of indices to draw

See Also