The WebGLActiveInfo interface is part of the WebGL API and represents
information returned by calling the WebGLRenderingContext.getActiveAttrib()
WebGLRenderingContext.getActiveUniform()
methods.
The WebGLActiveInfo interface is part of the WebGL API and represents information returned by calling the `WebGLRenderingContext.getActiveAttrib()` `WebGLRenderingContext.getActiveUniform()` methods.
(name this)
Property.
[Read Only]
The read-only WebGLActiveInfo.name property represents the name
the requested data returned by calling the getActiveAttrib()
getActiveUniform()
methods.
See also: https://developer.mozilla.org/en-US/docs/Web/API/WebGLActiveInfo/name
Property. [Read Only] The read-only WebGLActiveInfo.name property represents the name the requested data returned by calling the `getActiveAttrib()` `getActiveUniform()` methods. See also: `https://developer.mozilla.org/en-US/docs/Web/API/WebGLActiveInfo/name`
(size this)
Property.
[Read Only]
The read-only WebGLActiveInfo.size property is a js.Number
the size of the requested data returned by calling the getActiveAttrib()
getActiveUniform()
methods.
See also: https://developer.mozilla.org/en-US/docs/Web/API/WebGLActiveInfo/size
Property. [Read Only] The read-only WebGLActiveInfo.size property is a `js.Number` the size of the requested data returned by calling the `getActiveAttrib()` `getActiveUniform()` methods. See also: `https://developer.mozilla.org/en-US/docs/Web/API/WebGLActiveInfo/size`
(type this)
Property.
[Read Only]
The read-only WebGLActiveInfo.type property represents the type
the requested data returned by calling the getActiveAttrib()
getActiveUniform()
methods.
See also: https://developer.mozilla.org/en-US/docs/Web/API/WebGLActiveInfo/type
Property. [Read Only] The read-only WebGLActiveInfo.type property represents the type the requested data returned by calling the `getActiveAttrib()` `getActiveUniform()` methods. See also: `https://developer.mozilla.org/en-US/docs/Web/API/WebGLActiveInfo/type`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close