pub trait KhrExternalMemoryCapabilitiesExtension: InstanceV1_0 {
    const METADATA: Extension = KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION;

    // Provided method
    unsafe fn get_physical_device_external_buffer_properties_khr(
        &self,
        physical_device: PhysicalDevice,
        external_buffer_info: &PhysicalDeviceExternalBufferInfo,
        external_buffer_properties: &mut ExternalBufferProperties
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§