Struct ash::vk::ScreenSurfaceCreateInfoQNXBuilder
source · #[repr(transparent)]pub struct ScreenSurfaceCreateInfoQNXBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ScreenSurfaceCreateInfoQNXBuilder<'a>
impl<'a> ScreenSurfaceCreateInfoQNXBuilder<'a>
pub fn flags(self, flags: ScreenSurfaceCreateFlagsQNX) -> Self
pub fn context(self, context: &'a mut _screen_context) -> Self
pub fn window(self, window: &'a mut _screen_window) -> Self
sourcepub fn build(self) -> ScreenSurfaceCreateInfoQNX
pub fn build(self) -> ScreenSurfaceCreateInfoQNX
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.