Trait vulkanalia::vk::KhrExternalSemaphoreFdExtension[][src]

pub trait KhrExternalSemaphoreFdExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn get_semaphore_fd_khr(
        &self,
        get_fd_info: &SemaphoreGetFdInfoKHR
    ) -> VkResult<c_int> { ... }
unsafe fn import_semaphore_fd_khr(
        &self,
        import_semaphore_fd_info: &ImportSemaphoreFdInfoKHR
    ) -> VkResult<()> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...