Expand description
Utilities for indexing data in a variety of ways (names, compact indices, etc.).
Structs
- Khronos-oriented segmented sparse array (see
KhrSegmented
).
Enums
- Flat array (
Vec
) storage, likely used with compact indices. - Segmented sparse storage, taking advantage of Khronos’ predictable reservation policy for SPIR-V instruction opcodes and
ValueEnum
s: