ActiveInfo
js.html.webgl.ActiveInfo (extern class)
The WebGLActiveInfo interface is part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib() and WebGLRenderingContext.getActiveUniform() methods.
Documentation WebGLActiveInfo by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
size: IntThe read-only size of the requested variable.
type: IntThe read-only type of the requested variable.
name: StringThe read-only name of the requested variable.