• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkPhysicalDeviceImageFormatInfo2,VkPhysicalDeviceImageFormatInfo2]]
3[source,c++]
4----
5typedef struct VkPhysicalDeviceImageFormatInfo2 {
6    VkStructureType       sType;
7    const void*           pNext;
8    VkFormat              format;
9    VkImageType           type;
10    VkImageTiling         tiling;
11    VkImageUsageFlags     usage;
12    VkImageCreateFlags    flags;
13} VkPhysicalDeviceImageFormatInfo2;
14----
15