draw_index method

draw_index

Issue an indexed draw into a command list

def draw_index(self):
    ...

draw_index

Issue an indexed draw into a command list

def draw_index(self, start, count):
    ...
ParameterTypeDescription
startintThe first index to draw
countintThe count of indices to draw

See Also