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,
        memory_host_pointer_properties: &mut MemoryHostPointerPropertiesEXT
    ) -> VkResult<()> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_EXTERNAL_MEMORY_HOST_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§