Type Alias WebGLAbstractTexture

WebGLAbstractTexture: {
    bind(unit: number): boolean;
    unbind(unit: number): void;
}

Abstract WebGL texture that can be bound and unbound.

Type declaration