pub type BindBufferMemoryDeviceGroupInfoKHR = BindBufferMemoryDeviceGroupInfo;Aliased Type§
#[repr(C)]pub struct BindBufferMemoryDeviceGroupInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub deviceIndexCount: u32,
pub pDeviceIndices: *const u32,
}Fields§
§sType: i32§pNext: *const c_void§deviceIndexCount: u32§pDeviceIndices: *const u32