Vixen
02b45cc4
csharp
public sealed class IrConstantInstruction

A 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 Result
  • public object? Value

    The 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