ICommandList.DrawIndex
DrawIndex()
Issue an indexed draw into a command list
public void DrawIndex()
See Also
- interface ICommandList
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D
DrawIndex(int, int)
Issue an indexed draw into a command list
public void DrawIndex(int start, int count)
Parameter | Type | Description |
---|---|---|
start | Int32 | The first index to draw |
count | Int32 | The count of indices to draw |
See Also
- interface ICommandList
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D