csharp
public enum ExitCodeWhat 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".
Fields and properties (3)
SuccessEverything compiled and was written.
CompilationFailedThe input was read but produced errors.
UsageErrorThe command line was wrong, or an input/output path was unusable.
Used by (2)
- CliTestsVixen.Raven.Tests
- CompileDriverVixen.Raven.Cli