File: WebGL.d.ts

package info (click to toggle)
three.js 111%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 15,212 kB
  • sloc: javascript: 133,174; makefile: 24; sh: 1
file content (9 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
export namespace WEBGL {

	export function isWebGLAvailable(): boolean;
	export function isWebGL2Available(): boolean;
	export function getWebGLErrorMessage(): HTMLElement;
	export function getWebGL2ErrorMessage(): HTMLElement;
	export function getErrorMessage( version: number ): HTMLElement;

}