#[repr(transparent)]pub struct PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceExternalMemoryHostPropertiesEXTBuilder<'a>
pub fn min_imported_host_pointer_alignment( self, min_imported_host_pointer_alignment: DeviceSize ) -> Self
sourcepub fn build(self) -> PhysicalDeviceExternalMemoryHostPropertiesEXT
pub fn build(self) -> PhysicalDeviceExternalMemoryHostPropertiesEXT
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.