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