Skip to main content
Module

x/evt/lib/types/index.ts>dom.OES_standard_derivatives

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.OES_standard_derivatives
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/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