Skip to main content
Module

x/evt/mod.ts>dom.WEBGL_compressed_texture_s3tc

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.WEBGL_compressed_texture_s3tc
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.ts";
const { WEBGL_compressed_texture_s3tc } = dom;

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