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