Structs§
- CStr
TooLarge ForStatic Array - Packed24_
8 - Holds 24 bits in the least significant bits of memory,
and 8 bytes in the most significant bits of that memory,
occupying a single
u32
in total. This is commonly used in acceleration structure instances such asvk::AccelerationStructureInstanceKHR
,vk::AccelerationStructureSRTMotionInstanceNV
andvk::AccelerationStructureMatrixMotionInstanceNV
.
Traits§
- Tagged
Structure - Structures implementing this trait are layout-compatible with
vk::BaseInStructure
andvk::BaseOutStructure
. Such structures have ans_type
field indicating its type, which must always match the value ofTaggedStructure::STRUCTURE_TYPE
.