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