EXT_sRGB.idl (594B)
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_sRGB Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_sRGB/) 5 6 [Exposed=(Window,Worker), LegacyNoInterfaceObject] 7 interface EXT_sRGB { 8 const GLenum SRGB_EXT = 0x8C40; 9 const GLenum SRGB_ALPHA_EXT = 0x8C42; 10 const GLenum SRGB8_ALPHA8_EXT = 0x8C43; 11 const GLenum FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT = 0x8210; 12 };