Vixen
02b45cc4
csharp
public readonly record struct MaterialDiagnostic

One thing the compiler has to say about a material.

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

Fields and properties (3)

  • public MaterialDiagnosticId Id

    Which problem.

  • public string Message

    What to tell whoever authored the material.

  • public bool IsError

    Whether the material was rejected rather than merely questioned.

Methods (2)

  • public MaterialDiagnostic(MaterialDiagnosticId Id, string Message, bool IsError)

    One thing the compiler has to say about a material.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (12)

  • ArenaThirdPersonShooter
  • ClusteredShadingDeviceTestsVixen.Graphics.Golden.Tests
  • DistanceFieldDeviceTestsVixen.Graphics.Golden.Tests
  • IrradianceBounceDeviceTestsVixen.Graphics.Golden.Tests
  • IrradianceShadingDeviceTestsVixen.Graphics.Golden.Tests
  • MaterialCompilationVixen.Rendering
  • MaterialCompilationContextVixen.Rendering
  • MaterialCompilerVixen.Rendering
  • MaterialCompilerTestsVixen.Rendering.Tests
  • MaterialReflectionTestsVixen.Rendering.Tests
  • TexturedMaterialTestsVixen.Rendering.Tests
  • MaterialImporterVixen.Editor.Assets