Vixen
02b45cc4
csharp
public readonly record struct MaterialCompilation

What compiling a material produced.

Read the guide page for this →

Fields and properties (4)

  • public Material? Material

    The material, or null when it was rejected.

  • public ImmutableArray<MaterialDiagnostic> Diagnostics

    What the compiler has to say, errors and warnings alike.

  • public bool Failed

    Whether the material was rejected.

  • public IEnumerable<MaterialDiagnostic> Errors

    The errors only, for a caller that shows warnings elsewhere.

Methods (1)

Used by (11)

  • ArenaThirdPersonShooter
  • AssetMaterialSourceVixen.Engine.Renderer
  • ClusteredShadingDeviceTestsVixen.Graphics.Golden.Tests
  • DistanceFieldDeviceTestsVixen.Graphics.Golden.Tests
  • IrradianceBounceDeviceTestsVixen.Graphics.Golden.Tests
  • IrradianceShadingDeviceTestsVixen.Graphics.Golden.Tests
  • MaterialCompilerVixen.Rendering
  • MaterialCompilerTestsVixen.Rendering.Tests
  • MaterialReflectionTestsVixen.Rendering.Tests
  • TexturedMaterialTestsVixen.Rendering.Tests
  • MaterialImporterVixen.Editor.Assets