@lightningjs/renderer
    Preparing search index...

    Class WebGlShaderProgram

    Implements

    • CoreShaderProgram
    Index

    Constructors

    Properties

    attributeLocations: string[]
    glw: GlContextWrapper
    isDestroyed: boolean = false
    lifecycle: Pick<WebGlShaderType, "update" | "canBatch">
    program: null | WebGLProgram
    supportsIndexedTextures: boolean = false
    uniformLocations: null | Record<string, WebGLUniformLocation>
    useSystemAlpha: boolean = false
    useSystemDimensions: boolean = false
    useTimeValue: boolean = false
    vao: undefined | WebGLVertexArrayObject

    Vertex Array Object

    Used by WebGL2 Only

    Methods