Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface WEBGL_compressed_texture_s3tc
import { type WEBGL_compressed_texture_s3tc } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats.

Properties

readonly
COMPRESSED_RGBA_S3TC_DXT1_EXT: GLenum
readonly
COMPRESSED_RGBA_S3TC_DXT3_EXT: GLenum
readonly
COMPRESSED_RGBA_S3TC_DXT5_EXT: GLenum
readonly
COMPRESSED_RGB_S3TC_DXT1_EXT: GLenum