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

interface WEBGL_depth_texture {
    UNSIGNED_INT_24_8_WEBGL: number;
}

Properties

UNSIGNED_INT_24_8_WEBGL: number

Generated using TypeDoc