csharp
public sealed class IrIntrinsicInstructionA built-in operation resolved to an opcode.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public override IrValue? Resultpublic IrIntrinsic Intrinsicpublic IReadOnlyList<IrValue> Argumentspublic override IEnumerable<IrValue> Operands
Methods (1)
public IrIntrinsicInstruction(IrValue? result, IrIntrinsic intrinsic, IrValue[] arguments)A built-in operation resolved to an opcode.
Used by (8)
- BodyDecoderVixen.Raven
- CompiledLibraryTestsVixen.Raven.Tests
- GlslEmitterVixen.Raven
- IrCapabilitiesVixen.Raven
- IrPrinterVixen.Raven
- LibraryIrEncoderVixen.Raven
- LowererVixen.Raven
- SpirvEmitterVixen.Raven