pub struct PhysicalDeviceExternalImageFormatInfoBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
impl<'a> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
pub fn handle_type(
self,
handle_type: ExternalMemoryHandleTypeFlags
) -> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceExternalImageFormatInfo
pub fn build(self) -> PhysicalDeviceExternalImageFormatInfo
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceExternalImageFormatInfoBuilder<'a>
impl<'a> Deref for PhysicalDeviceExternalImageFormatInfoBuilder<'a>
§type Target = PhysicalDeviceExternalImageFormatInfo
type Target = PhysicalDeviceExternalImageFormatInfo
The resulting type after dereferencing.