The renderer this System works for.
Sets up the renderer context and necessary buffers.
Generic destroy methods to be overridden by the subclass
dispose all WebGL resources of all managed geometries and buffers
Disposes buffer
buffer with data
Disposes geometry
Geometry with buffers. Only VAO will be disposed
Draw the geometry
the type primitive to render
Creates or gets Vao with the same structure as the geometry and stores it on the geometry. If vao is created, it is bound automatically.
Instance of geometry to to generate Vao for
Instance of program
Reset and unbind any active VAO and geometry
Unbind/reset everything
Update buffers
Generated using TypeDoc
System plugin to the renderer to manage geometry.
PIXI