Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>WEBGL_compressed_texture_s3tc

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface WEBGL_compressed_texture_s3tc
import { type WEBGL_compressed_texture_s3tc } from "https://deno.land/x/windmill@v1.73.1/node_modules/evt/lib/types/lib.dom.d.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