draw method

draw(self)

Draw without index buffer


def draw(self):
    ...

draw(self, start, count)

Draw without index buffer


def draw(self, start, count):
    ...
ParameterTypeDescription
startint
countint

See Also