Struct ash::vk::IOSSurfaceCreateInfoMVKBuilder
source · #[repr(transparent)]pub struct IOSSurfaceCreateInfoMVKBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> IOSSurfaceCreateInfoMVKBuilder<'a>
impl<'a> IOSSurfaceCreateInfoMVKBuilder<'a>
pub fn flags(self, flags: IOSSurfaceCreateFlagsMVK) -> Self
pub fn view(self, view: *const c_void) -> Self
sourcepub fn build(self) -> IOSSurfaceCreateInfoMVK
pub fn build(self) -> IOSSurfaceCreateInfoMVK
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.