csharp
public static class BackendDiagnosticsStable descriptors for code generation. The RVN4xxx range is reserved for backends; RVN1xxx is syntax, RVN2xxx semantics and RVN3xxx lowering.
No guide page documents this yet — the page shows what the code says about itself.
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 (3)
- GlslEmitterVixen.Raven
- SpirvBackendVixen.Raven
- SpirvEmitterVixen.Raven