csharp
public sealed class ShaderCompilationExceptionA compilation that produced errors rather than a shader.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public ImmutableArray<string> DiagnosticsEverything the compiler said, formatted as it would print them.
Methods (1)
public ShaderCompilationException(string message, ImmutableArray<string> diagnostics)A compilation that produced errors rather than a shader.
Used by (5)
- EditorEffectsVixen.Editor.App
- EffectCompilerTestsVixen.ShaderCompiler.Tests
- RavenEffectCompilerVixen.ShaderCompiler
- ShaderBuildRunnerVixen.Cli
- ShaderCompilerServerVixen.ShaderCompilerService