vk/0.132: Move VkQueryControlFlags
authorChad Versace <chad.versace@intel.com>
Mon, 13 Jul 2015 20:09:32 +0000 (13:09 -0700)
committerChad Versace <chad.versace@intel.com>
Mon, 13 Jul 2015 20:09:32 +0000 (13:09 -0700)
include/vulkan/vulkan.h

index 6abaf086aef5dc672294d33b310ab1816d3dec55..9f0b438f02ebe674b701cee9c695af146e017d0d 100644 (file)
@@ -1044,11 +1044,6 @@ typedef enum {
 } VkPipeEventFlagBits;
 typedef VkFlags VkPipeEventFlags;
 
-typedef enum {
-    VK_QUERY_CONTROL_CONSERVATIVE_BIT = 0x00000001,
-} VkQueryControlFlagBits;
-typedef VkFlags VkQueryControlFlags;
-
 typedef enum {
     VK_MEMORY_OUTPUT_HOST_WRITE_BIT = 0x00000001,
     VK_MEMORY_OUTPUT_SHADER_WRITE_BIT = 0x00000002,
@@ -1088,6 +1083,11 @@ typedef enum {
 } VkImageAspectFlagBits;
 typedef VkFlags VkImageAspectFlags;
 
+typedef enum {
+    VK_QUERY_CONTROL_CONSERVATIVE_BIT = 0x00000001,
+} VkQueryControlFlagBits;
+typedef VkFlags VkQueryControlFlags;
+
 typedef struct {
     VkStructureType                             sType;
     const void*                                 pNext;