import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { WEBGL_depth_texture } = dom;
The WEBGL_depth_texture extension is part of the WebGL API and defines 2D depth and depth-stencil textures.
Properties
readonly
UNSIGNED_INT_24_8_WEBGL: GLenum