import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { OES_texture_half_float } = dom;
The OES_texture_half_float extension is part of the WebGL API and adds texture formats with 16- (aka half float) and 32-bit floating-point components.
Properties
readonly
HALF_FLOAT_OES: GLenum