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