Creates a new drawable instance
A WebGL rendering context
Options object to initialize drawable with.
A WebGL rendering context
Options object to initialize drawable with.
Draw to the current framebuffer. Automatically sets up attributes, uniforms, buffer etc..
Type of rendering primitives to draw. Default = TRIANGLES
First vertex to draw. Default = 0
Last vertex to draw. Default = -1 (all)
Generated using TypeDoc
Represents a set of WebGL primitives, which can be utilized to draw an image.