Trait vulkanalia::vk::KhrExternalSemaphoreCapabilitiesExtension[][src]

pub trait KhrExternalSemaphoreCapabilitiesExtension: InstanceV1_0 {
    const METADATA: Extension;
    unsafe fn get_physical_device_external_semaphore_properties_khr(
        &self,
        physical_device: PhysicalDevice,
        external_semaphore_info: &PhysicalDeviceExternalSemaphoreInfo
    ) -> ExternalSemaphoreProperties { ... } }

Associated Constants

const METADATA: Extension[src]

The metadata for this extension.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...