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