Struct ash::vk::DeviceGroupPresentInfoKHRBuilder
source · #[repr(transparent)]pub struct DeviceGroupPresentInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceGroupPresentInfoKHRBuilder<'a>
impl<'a> DeviceGroupPresentInfoKHRBuilder<'a>
pub fn device_masks(self, device_masks: &'a [u32]) -> Self
pub fn mode(self, mode: DeviceGroupPresentModeFlagsKHR) -> Self
sourcepub fn build(self) -> DeviceGroupPresentInfoKHR
pub fn build(self) -> DeviceGroupPresentInfoKHR
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.