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

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

Provided methods

Loading content...

Implementors

impl KhrExternalSemaphoreWin32Extension for Device[src]

Loading content...