Type Alias ash::vk::DeviceGroupDeviceCreateInfoKHR
source · pub type DeviceGroupDeviceCreateInfoKHR<'a> = DeviceGroupDeviceCreateInfo<'a>;
Aliased Type§
struct DeviceGroupDeviceCreateInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub physical_device_count: u32,
pub p_physical_devices: *const PhysicalDevice,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§physical_device_count: u32
§p_physical_devices: *const PhysicalDevice
§_marker: PhantomData<&'a ()>