vk/vulkan.h: Remove VkFormatInfoType
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 8 Jul 2015 17:39:31 +0000 (10:39 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 8 Jul 2015 17:39:31 +0000 (10:39 -0700)
include/vulkan/vulkan.h

index a463349dc48db3ba8c40dc98b105ec2108e08e62..6108626fed10294fb6861b90e518329fdc2f621c 100644 (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 {