Liking cljdoc? Tell your friends :D
ClojureScript only.

web.gl.WebGLActiveInfo

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.
raw docstring

namecljs

(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`
sourceraw docstring

sizecljs

(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`
sourceraw docstring

typecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close