Expand description
Utilities for indexing data in a variety of ways (names, compact indices, etc.).
Structs§
- KhrSegmented
Vec - Khronos-oriented segmented sparse array (see
KhrSegmented). - Named
IdxMap
Enums§
- Flat
- Flat array (
Vec) storage, likely used with compact indices. - Flat
With Holes - Like
Flat, but theVecelements are wrapped inOption. - KhrSegmented
- Segmented sparse storage, taking advantage of Khronos’ predictable
reservation policy for SPIR-V instruction opcodes and
ValueEnums: