#[repr(transparent)]pub struct SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
impl<'a> SurfaceCapabilitiesFullScreenExclusiveEXTBuilder<'a>
pub fn full_screen_exclusive_supported( self, full_screen_exclusive_supported: bool ) -> Self
sourcepub fn build(self) -> SurfaceCapabilitiesFullScreenExclusiveEXT
pub fn build(self) -> SurfaceCapabilitiesFullScreenExclusiveEXT
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.