9 lines
442 B
Text
9 lines
442 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/webref)
|
|
// Source: WebGL OES_standard_derivatives Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/OES_standard_derivatives/)
|
|
|
|
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
|
|
interface OES_standard_derivatives {
|
|
const GLenum FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B;
|
|
};
|