Module handle

Source
Expand description

Handles to SPIR-V IDs from reflection.

Structs§

ConstantId
A SPIR-V ID to a specialization constant.
Handle
A reference to an ID referring to an item in the compiler instance.
TypeId
A SPIR-V ID to a type.
VariableId
A SPIR-V ID to a variable.

Traits§

Id
Trait for SPIRV-Cross ID types.