pub type PhysicalDeviceGroupPropertiesKHR<'a> = PhysicalDeviceGroupProperties<'a>;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceGroupPropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub physical_device_count: u32,
pub physical_devices: [PhysicalDevice; 32],
pub subset_allocation: u32,
pub _marker: PhantomData<&'a ()>,
}Fields§
§s_type: StructureType§p_next: *mut c_void§physical_device_count: u32§physical_devices: [PhysicalDevice; 32]§subset_allocation: u32§_marker: PhantomData<&'a ()>