Trait vulkanalia::vk::KhrExternalSemaphoreWin32Extension[][src]

pub trait KhrExternalSemaphoreWin32Extension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn get_semaphore_win32_handle_khr(
        &self,
        get_win32_handle_info: &SemaphoreGetWin32HandleInfoKHR
    ) -> VkResult<HANDLE> { ... }
unsafe fn import_semaphore_win32_handle_khr(
        &self,
        import_semaphore_win32_handle_info: &ImportSemaphoreWin32HandleInfoKHR
    ) -> VkResult<()> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...