Interface OES_standard_derivatives

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

    MDN Reference

    interface OES_standard_derivatives {
        FRAGMENT_SHADER_DERIVATIVE_HINT_OES: 35723;
    }

    Properties

    FRAGMENT_SHADER_DERIVATIVE_HINT_OES: 35723