Struct ash::vk::ExternalImageFormatPropertiesBuilder [−][src]
#[repr(transparent)]pub struct ExternalImageFormatPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn external_memory_properties(
self,
external_memory_properties: ExternalMemoryProperties
) -> ExternalImageFormatPropertiesBuilder<'a>
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.
Methods from Deref<Target = ExternalImageFormatProperties>
Trait Implementations
The resulting type after dereferencing.