import { type dom } from "https://deno.land/x/evt@v2.4.22/lib/index.ts";
const { OES_standard_derivatives } = dom;
The OES_standard_derivatives extension is part of the WebGL API and adds the GLSL derivative functions dFdx, dFdy, and fwidth.
Properties
readonly
FRAGMENT_SHADER_DERIVATIVE_HINT_OES: GLenum