Module spirt::spv::spec::indexed

source ·
Expand description

Utilities for indexing data in a variety of ways (names, compact indices, etc.).

Structs

Enums

  • Flat array (Vec) storage, likely used with compact indices.
  • Like Flat, but the Vec elements are wrapped in Option.
  • Segmented sparse storage, taking advantage of Khronos’ predictable reservation policy for SPIR-V instruction opcodes and ValueEnums:

Traits