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 {
    FRAGMENT_SHADER_DERIVATIVE_HINT_OES: number;
}

Properties

FRAGMENT_SHADER_DERIVATIVE_HINT_OES: number

Generated using TypeDoc