Struct ash::vk::ExternalImageFormatPropertiesBuilder
source · #[repr(transparent)]pub struct ExternalImageFormatPropertiesBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ExternalImageFormatPropertiesBuilder<'a>
impl<'a> ExternalImageFormatPropertiesBuilder<'a>
pub fn external_memory_properties( self, external_memory_properties: ExternalMemoryProperties ) -> Self
sourcepub fn build(self) -> ExternalImageFormatProperties
pub fn build(self) -> ExternalImageFormatProperties
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.