Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}
;