pub type BindBufferMemoryDeviceGroupInfoKHR = BindBufferMemoryDeviceGroupInfo;Expand description
Aliased Type§
#[repr(C)]pub struct BindBufferMemoryDeviceGroupInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub device_index_count: u32,
pub device_indices: *const u32,
}Fields§
§s_type: StructureType§next: *const c_void§device_index_count: u32§device_indices: *const u32