OES_standard_derivatives WebGL working group (public_webgl 'at' khronos.org) Members of the WebGL working group 4 The hint entry point accepts FRAGMENT_SHADER_DERIVATIVE_HINT_OES as a target and the getParameter entry point accepts it as a pname. [NoInterfaceObject] interface OES_standard_derivatives { const GLenum FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B; }; Initial revision. Added genType argument and return type to function declarations. Removed webgl module per changes to Web IDL spec. Ratified by Khronos Board of Promoters. Added NoInterfaceObject extended attribute.