WebGLActiveInfo
Part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib() and WebGLRenderingContext.getActiveUniform() methods.
var WebGLActiveInfo: {
prototype: WebGLActiveInfo;
new (): WebGLActiveInfo;
};