The renderer this System works for.
Readonly
cantrue
if support gl.UNSIGNED_INT
in gl.drawElements
or gl.drawElementsInstanced
.
Readonly
hastrue
if has ANGLE_instanced_arrays
extension.
Readonly
hastrue
if we has *_vertex_array_object
extension.
Readonly
managedCache for all geometries by id, used in case renderer gets destroyed or for profiling.
Draws the currently bound geometry.
The type primitive to render.
Optional
size: numberThe number of elements to be rendered. If not specified, all vertices after the starting vertex will be drawn.
Optional
start: numberThe starting vertex in the geometry to start drawing from. If not specified, drawing will start from the first vertex.
Optional
instanceCount: numberThe number of instances of the set of elements to execute. If not specified, all instances will be drawn.
System plugin to the renderer to manage geometry.
Memberof
PIXI