pub trait NvExternalMemoryWin32Extension: DeviceV1_0 {
    const METADATA: Extension = NV_EXTERNAL_MEMORY_WIN32_EXTENSION;

    // Provided method
    unsafe fn get_memory_win32_handle_nv(
        &self,
        memory: DeviceMemory,
        handle_type: ExternalMemoryHandleTypeFlagsNV
    ) -> VkResult<HANDLE> { ... }
}
👎Deprecated: deprecated in favor of VK_KHR_external_memory_win32
Expand description

Provided Associated Constants§

source

const METADATA: Extension = NV_EXTERNAL_MEMORY_WIN32_EXTENSION

👎Deprecated: deprecated in favor of VK_KHR_external_memory_win32

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§