UNPKG

@pixi/utils

Version:

Collection of utilities used by PixiJS

8 lines (7 loc) 199 B
/** * Helper for checking for WebGL support. * @memberof PIXI.utils * @function isWebGLSupported * @returns {boolean} Is WebGL supported. */ export declare function isWebGLSupported(): boolean;