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