Struct ash::vk::DeviceGroupDeviceCreateInfoBuilder
source · #[repr(transparent)]pub struct DeviceGroupDeviceCreateInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> DeviceGroupDeviceCreateInfoBuilder<'a>
pub fn physical_devices(self, physical_devices: &'a [PhysicalDevice]) -> Self
sourcepub fn build(self) -> DeviceGroupDeviceCreateInfo
pub fn build(self) -> DeviceGroupDeviceCreateInfo
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.