pub trait ExtExternalMemoryHostExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_EXTERNAL_MEMORY_HOST_EXTENSION;

    // Provided method
    unsafe fn get_memory_host_pointer_properties_ext(
        &self,
        handle_type: ExternalMemoryHandleTypeFlags,
        host_pointer: &c_void
    ) -> VkResult<MemoryHostPointerPropertiesEXT> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_EXTERNAL_MEMORY_HOST_EXTENSION

The metadata for this extension.

Provided Methods§

Implementors§