EXT_blend_minmax.idl (421B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: WebGL EXT_blend_minmax Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_blend_minmax/) 5 6 [Exposed=(Window,Worker), LegacyNoInterfaceObject] 7 interface EXT_blend_minmax { 8 const GLenum MIN_EXT = 0x8007; 9 const GLenum MAX_EXT = 0x8008; 10 };