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