Trait vulkanalia::vk::KhrExternalMemoryWin32Extension[][src]

pub trait KhrExternalMemoryWin32Extension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn get_memory_win32_handle_khr(
        &self,
        get_win32_handle_info: &MemoryGetWin32HandleInfoKHR
    ) -> VkResult<HANDLE> { ... }
unsafe fn get_memory_win32_handle_properties_khr(
        &self,
        handle_type: ExternalMemoryHandleTypeFlags,
        handle: HANDLE
    ) -> VkResult<MemoryWin32HandlePropertiesKHR> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...