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

Associated Constants

const METADATA: Extension[src]

👎 Deprecated:

deprecated in favor of VK_KHR_external_memory_capabilities

The metadata for this extension.

Loading content...

Provided methods

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>
[src]

👎 Deprecated:

deprecated in favor of VK_KHR_external_memory_capabilities

Loading content...

Implementors

Loading content...