Vixen
02b45cc4
csharp
public enum MaterialDiagnosticId

What went wrong, or nearly went wrong, while compiling a material.

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

Fields and properties (3)

  • DuplicateFeature

    Two slots want the same feature, which would make them share its parameters.

  • TooManyFeatures

    The material has more features than the chain has slots.

  • NoFeatures

    The material has no features, so it is the default surface.

Used by (4)

  • MaterialCompilationContextVixen.Rendering
  • MaterialCompilerVixen.Rendering
  • MaterialCompilerTestsVixen.Rendering.Tests
  • MaterialDiagnosticVixen.Rendering