pub trait KhrExternalFenceCapabilitiesExtension: InstanceV1_0 {
    const METADATA: Extension = KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION;

    // Provided method
    unsafe fn get_physical_device_external_fence_properties_khr(
        &self,
        physical_device: PhysicalDevice,
        external_fence_info: &PhysicalDeviceExternalFenceInfo,
        external_fence_properties: &mut ExternalFenceProperties
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§