vk/vulkan.h: Remove VkFormatInfoType

This commit is contained in:
Jason Ekstrand 2015-07-08 10:39:31 -07:00
parent 8e05bbeee9
commit b20cc72603

View file

@ -1088,14 +1088,6 @@ typedef enum {
VK_ENUM_RANGE(PHYSICAL_DEVICE_INFO_TYPE, PROPERTIES, MEMORY_PROPERTIES)
} VkPhysicalDeviceInfoType;
typedef enum {
// Info type for vkGetFormatInfo()
VK_FORMAT_INFO_TYPE_PROPERTIES = 0x00000000,
VK_ENUM_RANGE(FORMAT_INFO_TYPE, PROPERTIES, PROPERTIES)
} VkFormatInfoType;
// Physical device compatibility flags
typedef VkFlags VkPhysicalDeviceCompatibilityFlags;
typedef enum {