sdfsdfs
This commit is contained in:
8
node_modules/pixi.js/lib/utils/browser/isWebGLSupported.d.ts
generated
vendored
Normal file
8
node_modules/pixi.js/lib/utils/browser/isWebGLSupported.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Helper for checking for WebGL support.
|
||||
* @param failIfMajorPerformanceCaveat - whether to fail if there is a major performance caveat, defaults to false
|
||||
* @memberof utils
|
||||
* @function isWebGLSupported
|
||||
* @returns {boolean} Is WebGL supported.
|
||||
*/
|
||||
export declare function isWebGLSupported(failIfMajorPerformanceCaveat?: boolean): boolean;
|
Reference in New Issue
Block a user