csharp
public sealed class IrConstantInstructionA compile-time constant materialized into a value.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public override IrValue Resultpublic object? ValueThe boxed constant; null means the type's zero value.
Methods (1)
public IrConstantInstruction(IrValue result, object? value)A compile-time constant materialized into a value.
Used by (8)
- BodyDecoderVixen.Raven
- GlslEmitterVixen.Raven
- InOutTestsVixen.Raven.Tests
- IrPrinterVixen.Raven
- IrVerifierTestsVixen.Raven.Tests
- LibraryIrEncoderVixen.Raven
- LowererVixen.Raven
- SpirvEmitterVixen.Raven