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