pub type DeviceGroupDeviceCreateInfoKHR = DeviceGroupDeviceCreateInfo;

Aliased Type§

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: StructureType§p_next: *const c_void§physical_device_count: u32§p_physical_devices: *const PhysicalDevice