Vixen
dd8b0a81
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.

Read the guide page for this →

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