pub type PhysicalDeviceGroupPropertiesKHR = PhysicalDeviceGroupProperties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceGroupPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub physical_device_count: u32,
pub physical_devices: [PhysicalDevice; 32],
pub subset_allocation: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
physical_device_count: u32§physical_devices: [PhysicalDevice; 32]§subset_allocation: u32