Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OES_standard_derivatives

The OES_standard_derivatives extension is part of the WebGL API and adds the GLSL derivative functions dFdx, dFdy, and fwidth.

interface OES_standard_derivatives {
readonly FRAGMENT_SHADER_DERIVATIVE_HINT_OES: GLenum;
}

§Properties

§
readonly FRAGMENT_SHADER_DERIVATIVE_HINT_OES: GLenum
[src]