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