UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

9 lines (8 loc) 296 B
import type { GlRenderingContext } from '../../context/GlRenderingContext'; /** * returns a little WebGL context to use for program inspection. * @static * @private * @returns {WebGLRenderingContext} a gl context to test with */ export declare function getTestContext(): GlRenderingContext;