Struct ash::vk::ExternalMemoryPropertiesBuilder [−][src]
#[repr(transparent)]pub struct ExternalMemoryPropertiesBuilder<'a> { /* fields omitted */ }
Implementations
pub fn external_memory_features(
self,
external_memory_features: ExternalMemoryFeatureFlags
) -> ExternalMemoryPropertiesBuilder<'a>
pub fn export_from_imported_handle_types(
self,
export_from_imported_handle_types: ExternalMemoryHandleTypeFlags
) -> ExternalMemoryPropertiesBuilder<'a>
pub fn compatible_handle_types(
self,
compatible_handle_types: ExternalMemoryHandleTypeFlags
) -> ExternalMemoryPropertiesBuilder<'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 = ExternalMemoryProperties>
Trait Implementations
type Target = ExternalMemoryProperties
type Target = ExternalMemoryProperties
The resulting type after dereferencing.