Vixen
02b45cc4
csharp
public sealed class ShaderCompilationException

A 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> Diagnostics

    Everything 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