Type Alias BindBufferMemoryDeviceGroupInfoKHR

Source
pub type BindBufferMemoryDeviceGroupInfoKHR<'a> = BindBufferMemoryDeviceGroupInfo<'a>;

Aliased Type§

#[repr(C)]
pub struct BindBufferMemoryDeviceGroupInfoKHR<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub device_index_count: u32, pub p_device_indices: *const u32, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§device_index_count: u32§p_device_indices: *const u32§_marker: PhantomData<&'a ()>