pub trait KhrExternalFenceWin32Extension: DeviceV1_0 {
    const METADATA: Extension = KHR_EXTERNAL_FENCE_WIN32_EXTENSION;

    // Provided methods
    unsafe fn get_fence_win32_handle_khr(
        &self,
        get_win32_handle_info: &FenceGetWin32HandleInfoKHR
    ) -> VkResult<HANDLE> { ... }
    unsafe fn import_fence_win32_handle_khr(
        &self,
        import_fence_win32_handle_info: &ImportFenceWin32HandleInfoKHR
    ) -> VkResult<()> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_EXTERNAL_FENCE_WIN32_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§