Struct screen_13::prelude::vk::DeviceGroupDeviceCreateInfoBuilder
source · 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] ) -> DeviceGroupDeviceCreateInfoBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for DeviceGroupDeviceCreateInfoBuilder<'a>
impl<'a> Deref for DeviceGroupDeviceCreateInfoBuilder<'a>
§type Target = DeviceGroupDeviceCreateInfo
type Target = DeviceGroupDeviceCreateInfo
The resulting type after dereferencing.