Struct ash::vk::AccelerationStructureGeometryInstancesDataKHR [−][src]
#[repr(C)]pub struct AccelerationStructureGeometryInstancesDataKHR { pub s_type: StructureType, pub p_next: *const c_void, pub array_of_pointers: Bool32, pub data: DeviceOrHostAddressConstKHR, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
array_of_pointers: Bool32
data: DeviceOrHostAddressConstKHR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more