This is really a confusing issue, the functions are avialable in WebGL1 with the derivatives extension, but are built-in in WebGL2. According to this example, it also works perfectly fine.
The shader code is set for 3.0 (#version 300 es) and i’ve been using several features of WebGL2 without issues already. The functions though cannot be found and trying to use the extension obviously fails since it isn’t available.
Does anyone know why it possibly can’t find these functions? I can’t see anything else than hinting to 3.0 according to the example link above.
This seems related: https://forum.playcanvas.com/t/accessing-un-interpolated-face-normals/3548