pub type DeviceGroupDeviceCreateInfoKHR = DeviceGroupDeviceCreateInfo;
Expand description

Aliased Type§

struct DeviceGroupDeviceCreateInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub physical_device_count: u32,
    pub physical_devices: *const PhysicalDevice,
}

Fields§

§s_type: StructureType§next: *const c_void§physical_device_count: u32§physical_devices: *const PhysicalDevice