WebGLTexture
Part of the WebGL API and represents an opaque texture object providing storage and state for texturing operations.
interface WebGLTexture {}
var WebGLTexture: {
prototype: WebGLTexture;
new (): WebGLTexture;
};Part of the WebGL API and represents an opaque texture object providing storage and state for texturing operations.