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
u32in total. This is commonly used in acceleration structure instances such asvk::AccelerationStructureInstanceKHR,vk::AccelerationStructureSRTMotionInstanceNVandvk::AccelerationStructureMatrixMotionInstanceNV.
Traits§
- Tagged
Structure - Structures implementing this trait are layout-compatible with
vk::BaseInStructureandvk::BaseOutStructure. Such structures have ans_typefield indicating its type, which must always match the value ofTaggedStructure::STRUCTURE_TYPE.