Struct ash::vk::DirectFBSurfaceCreateInfoEXTBuilder
source · #[repr(transparent)]pub struct DirectFBSurfaceCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DirectFBSurfaceCreateInfoEXTBuilder<'a>
impl<'a> DirectFBSurfaceCreateInfoEXTBuilder<'a>
pub fn flags(self, flags: DirectFBSurfaceCreateFlagsEXT) -> Self
pub fn dfb(self, dfb: *mut IDirectFB) -> Self
pub fn surface(self, surface: *mut IDirectFBSurface) -> Self
sourcepub fn build(self) -> DirectFBSurfaceCreateInfoEXT
pub fn build(self) -> DirectFBSurfaceCreateInfoEXT
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.