Trait vulkanalia::vk::FuchsiaExternalSemaphoreExtension[][src]

pub trait FuchsiaExternalSemaphoreExtension: DeviceV1_0 {
    const METADATA: Extension;
    unsafe fn get_semaphore_zircon_handle_fuchsia(
        &self,
        get_zircon_handle_info: &SemaphoreGetZirconHandleInfoFUCHSIA
    ) -> VkResult<zx_handle_t> { ... }
unsafe fn import_semaphore_zircon_handle_fuchsia(
        &self,
        import_semaphore_zircon_handle_info: &ImportSemaphoreZirconHandleInfoFUCHSIA
    ) -> VkResult<()> { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...