Vixen
02b45cc4
csharp
public enum SpirvOperandKind

What an operand word means, which is all that separates encoding from reading.

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

Fields and properties (4)

  • Id

    A reference to a result id.

  • Literal

    A literal number — one word, or two for a 64-bit value.

  • String

    A literal UTF-8 string, null-terminated and padded to a word boundary.

  • Enumerant

    A literal from one of the spec's enumerations; the name is kept for the listing.

Used by (1)

  • SpirvOperandVixen.Raven