shaderc.errors
hxshaderc is a haxe/hxcpp wrapper around shaderc, a compiler for GLSL/HLSL to SPIR-V
| .. | |
|---|---|
| CompilationFailureException | An error occurred during compilation. |
| CompilationFailureReason | Compilation failure reason. |
| Exception | Base exception class of shaderc. |
| InitializationErrorException | An error occurred during initialization. |
| UseAfterReleaseException | The compiler was used after being released. |