On this page

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;
}
Index

Properties

FRAGMENT_SHADER_DERIVATIVE_HINT_OES: 35723
Was this helpful?
SDK JS
Reference
OES_standard_derivatives