pub trait NvExternalMemoryCapabilitiesExtension: InstanceV1_0 {
    const METADATA: Extension = NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION;

    // Provided method
    unsafe fn get_physical_device_external_image_format_properties_nv(
        &self,
        physical_device: PhysicalDevice,
        format: Format,
        type_: ImageType,
        tiling: ImageTiling,
        usage: ImageUsageFlags,
        flags: ImageCreateFlags,
        external_handle_type: ExternalMemoryHandleTypeFlagsNV
    ) -> VkResult<ExternalImageFormatPropertiesNV> { ... }
}
👎Deprecated: deprecated in favor of VK_KHR_external_memory_capabilities
Expand description

Provided Associated Constants§

source

const METADATA: Extension = NV_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION

👎Deprecated: deprecated in favor of VK_KHR_external_memory_capabilities

The metadata for this extension.

Provided Methods§

Implementors§