bindings/khr_parallel_shader_compile library

WebGL KHR_parallel_shader_compile Extension Specification

https://www.khronos.org/registry/webgl/extensions/KHR_parallel_shader_compile/

Classes

KHRParallelShaderCompile
The extension is part of the WebGL API and enables a non-blocking poll operation, so that compile/link status availability (COMPLETION_STATUS_KHR) can be queried without potentially incurring stalls. In other words you can check the status of your shaders compiling without blocking the runtime. WebGL extensions are available using the WebGLRenderingContext.getExtension() method. For more information, see also Using Extensions in the WebGL tutorial.