Vixen
02b45cc4
csharp
public enum ExitCode

What the process returns. Separating a bad command line from a bad shader lets a build script tell "I invoked you wrong" from "the shader is wrong".

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Success

    Everything compiled and was written.

  • CompilationFailed

    The input was read but produced errors.

  • UsageError

    The command line was wrong, or an input/output path was unusable.

Used by (2)

  • CliTestsVixen.Raven.Tests
  • CompileDriverVixen.Raven.Cli