pub type DeviceGroupDeviceCreateInfoKHR = DeviceGroupDeviceCreateInfo;Aliased Type§
#[repr(C)]pub struct DeviceGroupDeviceCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub physical_device_count: u32,
pub p_physical_devices: *const PhysicalDevice,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
physical_device_count: u32Length of p_physical_devices.
p_physical_devices: *const PhysicalDevice