ExtExternalMemoryHostExtensionDeviceCommands

Trait ExtExternalMemoryHostExtensionDeviceCommands 

Source
pub trait ExtExternalMemoryHostExtensionDeviceCommands: DeviceV1_0 {
    // 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

The device-level commands added by EXT_EXTERNAL_MEMORY_HOST_EXTENSION.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§