Skip to main content

vkGetPhysicalDeviceImageFormatProperties

Function vkGetPhysicalDeviceImageFormatProperties 

Source
pub unsafe extern "system" fn vkGetPhysicalDeviceImageFormatProperties(
    physicalDevice: VkPhysicalDevice,
    format: VkFormat,
    typ: VkImageType,
    tiling: VkImageTiling,
    usage: VkImageUsageFlags,
    flags: VkImageCreateFlags,
    pImageFormatProperties: *mut VkImageFormatProperties,
) -> VkResult
Expand description

Available if built with exported-prototypes.