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.
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. 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`
(set-name! this val)
Property.
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. 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`
(set-size! this val)
Property.
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. 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`
(set-type! this val)
Property.
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. 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`
(size this)
Property.
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. 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.
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. 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