Trait vulkanalia::vk::NvExternalMemoryWin32Extension[][src]

pub trait NvExternalMemoryWin32Extension: DeviceV1_0 {
    const METADATA: Extension;
    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

Associated Constants

const METADATA: Extension[src]

👎 Deprecated:

deprecated in favor of VK_KHR_external_memory_win32

The metadata for this extension.

Loading content...

Provided methods

unsafe fn get_memory_win32_handle_nv(
    &self,
    memory: DeviceMemory,
    handle_type: ExternalMemoryHandleTypeFlagsNV
) -> VkResult<HANDLE>
[src]

👎 Deprecated:

deprecated in favor of VK_KHR_external_memory_win32

Loading content...

Implementors

Loading content...