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

WEBGL_depth_texture

The WEBGL_depth_texture extension is part of the WebGL API and defines 2D depth and depth-stencil textures.

interface WEBGL_depth_texture {
readonly UNSIGNED_INT_24_8_WEBGL: GLenum;
}

§Properties

§
readonly UNSIGNED_INT_24_8_WEBGL: GLenum
[src]