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