DeviceGroupDeviceCreateInfoKHR

Type Alias DeviceGroupDeviceCreateInfoKHR 

Source
pub type DeviceGroupDeviceCreateInfoKHR = DeviceGroupDeviceCreateInfo;
Expand description

Aliased Type§

#[repr(C)]
pub 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