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: StructureTypep_next: *const c_voidarray_of_pointers: Bool32data: DeviceOrHostAddressConstKHRImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more