Class GLPowerProgram

Hierarchy

  • GLPowerProgram

Constructors

Properties

gl: WebGL2RenderingContext
program: null | WebGLProgram
uniforms: Map<string, Uniform>
vao: Map<string, GLPowerVAO>

Methods

  • Parameters

    • shaderSrc: string
    • type: number

    Returns undefined | null | WebGLShader

  • Parameters

    • Optional force: boolean

    Returns void

Generated using TypeDoc