WebGLProbe
Defined in: filters/GLProbes/WebGLProbe.ts:8
Lazy initialize WebGL constants
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WebGLProbe():
WebGLProbe
Returns
Section titled “Returns”WebGLProbe
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”GLPrecision
Section titled “GLPrecision”GLPrecision:
GLPrecision|undefined
Defined in: filters/GLProbes/GLProbe.ts:4
Inherited from
Section titled “Inherited from”maxTextureSize?
Section titled “maxTextureSize?”
optionalmaxTextureSize?:number
Defined in: filters/GLProbes/WebGLProbe.ts:9
Methods
Section titled “Methods”isSupported()
Section titled “isSupported()”isSupported(
textureSize):boolean
Defined in: filters/GLProbes/WebGLProbe.ts:46
Parameters
Section titled “Parameters”textureSize
Section titled “textureSize”number
Returns
Section titled “Returns”boolean
Overrides
Section titled “Overrides”queryWebGL()
Section titled “queryWebGL()”queryWebGL(
canvas):void
Defined in: filters/GLProbes/WebGLProbe.ts:34
query browser for WebGL
Parameters
Section titled “Parameters”canvas
Section titled “canvas”HTMLCanvasElement
Returns
Section titled “Returns”void