Skip to main content

Module handle

Module handle 

Source
Expand description

Generation-safe packed handles.

SoftGPU never exposes raw table indices alone. A handle packs kind | generation | index so stale, forged, and cross-kind values fail deterministically after recycle.

Structs§

PackedHandle
Opaque 64-bit handle: [kind:8][generation:24][index:32].

Enums§

HandleKind
Discriminator stored in the high bits of a packed handle.