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):
    ...
ParameterTypeDescription
startintThe first index to draw
countintThe count of indices to draw

See Also