csharp
public static class BackendDiagnosticsStable descriptors for code generation. The RVN4xxx range is reserved for backends; RVN1xxx is syntax, RVN2xxx semantics and RVN3xxx lowering.
Fields and properties (3)
public static readonly DiagnosticDescriptor NotExpressibleThe IR is valid, but this particular target has no way to express it — an unsized array in a uniform, say.
public static readonly DiagnosticDescriptor NotImplementedA construct the backend has not implemented yet.
public static readonly DiagnosticDescriptor DroppedSomething the target silently drops; worth saying out loud.
Used by (6)
- DiagnosticCoverageTestsVixen.Raven.Tests
- EsslBackendVixen.Raven.Transpile
- GlslEmitterVixen.Raven
- SpirvBackendVixen.Raven
- SpirvEmitterVixen.Raven
- UnprovenDiagnosticTestsVixen.Raven.Tests