UNPKG

248 BTypeScriptView Raw
1/**
2 * returns a little WebGL context to use for program inspection.
3 * @static
4 * @private
5 * @returns {WebGLRenderingContext} a gl context to test with
6 */
7export declare function getTestContext(): WebGLRenderingContext | WebGL2RenderingContext;