KHRParallelShaderCompile class
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.
- Annotations
-
- @JS('KHR_parallel_shader_compile')
- @staticInterop
Constructors
- KHRParallelShaderCompile()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- completionStatusKhr → int
-
no setter