@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Interface ProgramCfg

    TODO: JSDocs

    interface ProgramCfg {
        attributes?: string[];
        errCallback?: ErrCallback;
        gl: WebGL2RenderingContext;
        locations?: number[];
        shaders: WebGLShader[];
    }
    Index

    Properties

    attributes?: string[]
    errCallback?: ErrCallback
    gl: WebGL2RenderingContext
    locations?: number[]
    shaders: WebGLShader[]