Note: This feature is available in Web Workers.
The WebGLActiveInfo interface is part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib() and WebGLRenderingContext.getActiveUniform() methods.
WebGLActiveInfo.nameThe read-only name of the requested variable.
WebGLActiveInfo.sizeThe read-only size of the requested variable.
WebGLActiveInfo.typeThe read-only type of the requested variable.
A WebGLActiveInfo object is returned by:
WebGLRenderingContext.getActiveAttrib()WebGLRenderingContext.getActiveUniform() orWebGL2RenderingContext.getTransformFeedbackVarying()