Implements

  • CoreShaderProgram

Constructors

Properties

attributeLocations: Record<string, number>
boundBufferCollection: null | BufferCollection = null
glw: WebGlContextWrapper
lifecycle: Pick<WebGlShaderType, "update" | "canBatch">
program: WebGLProgram
supportsIndexedTextures: boolean = false
useSystemAlpha: boolean = false
useSystemDimensions: boolean = false
vao: undefined | WebGLVertexArrayObject

Vertex Array Object

Used by WebGL2 Only

Methods