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