Skip to main content

DeviceGroupDeviceCreateInfoKHR

Type Alias DeviceGroupDeviceCreateInfoKHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO.

§p_next: *const c_void

Optional, may be null.

§physical_device_count: u32

Length of p_physical_devices.

§p_physical_devices: *const PhysicalDevice