UNPKG

@pixi/core

Version:
8 lines (7 loc) 248 B
/** * returns a little WebGL context to use for program inspection. * @static * @private * @returns {WebGLRenderingContext} a gl context to test with */ export declare function getTestContext(): WebGLRenderingContext | WebGL2RenderingContext;