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