draw_index method
draw_index(self)
Issue an indexed draw into a command list
def draw_index(self):
...
draw_index(self, start, count)
Issue an indexed draw into a command list
def draw_index(self, start, count):
...
| Parameter | Type | Description |
|---|---|---|
| start | int | The first index to draw |
| count | int | The count of indices to draw |
See Also
- module
aspose.threed.render - class
ICommandList