Trait vulkanalia::vk::NvExternalMemoryCapabilitiesExtension[][src]

pub trait NvExternalMemoryCapabilitiesExtension: InstanceV1_0 {
    const METADATA: Extension;
    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

Associated Constants

👎 Deprecated:

deprecated in favor of VK_KHR_external_memory_capabilities

The metadata for this extension.

Provided methods

👎 Deprecated:

deprecated in favor of VK_KHR_external_memory_capabilities

Implementors