Vixen
02b45cc4
csharp
public sealed class IrSwizzleAccess

Selects lanes of a vector: v.xy is Swizzle(0, 1). A single component yields the scalar, more than one a shorter vector.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (1)

  • public IReadOnlyList<int> Components

Methods (3)

  • public IrSwizzleAccess(int[] components)

    Selects lanes of a vector: v.xy is Swizzle(0, 1). A single component yields the scalar, more than one a shorter vector.

  • public override IrType ResultType(IrType input)
  • public override string ToString()

Used by (6)

  • BodyDecoderVixen.Raven
  • GlslEmitterVixen.Raven
  • LibraryIrEncoderVixen.Raven
  • LowererVixen.Raven
  • SpirvEmitterVixen.Raven
  • SpirvPointerVixen.Raven