• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkGetPhysicalDeviceImageFormatProperties,vkGetPhysicalDeviceImageFormatProperties]]
3[source,c++]
4----
5VkResult vkGetPhysicalDeviceImageFormatProperties(
6    VkPhysicalDevice                            physicalDevice,
7    VkFormat                                    format,
8    VkImageType                                 type,
9    VkImageTiling                               tiling,
10    VkImageUsageFlags                           usage,
11    VkImageCreateFlags                          flags,
12    VkImageFormatProperties*                    pImageFormatProperties);
13----
14