Liking cljdoc? Tell your friends :D

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.

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

set-name!cljs

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

set-size!cljs

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

set-type!cljs

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

sizecljs

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

typecljs

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

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

× close