Type alias WebGLFunctionCallbacks

WebGLFunctionCallbacks: {
    [P in string]: ((gl, ...parameters) => void)
}

Generated using TypeDoc