vk/vulkan.h: Use the query result bits from revision 130
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jul 2015 00:27:11 +0000 (17:27 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 7 Jul 2015 00:27:11 +0000 (17:27 -0700)
None of the important bits or names actually changed.  It just
added/removed some no-op names.

No functional change.

include/vulkan/vulkan.h

index aca65efd3ab16a3d774ed49f743c0e76c2c46be1..70ce0e4c3bd21d4d00b78d2db256161e985b76f9 100644 (file)
@@ -942,9 +942,8 @@ typedef enum {
 typedef VkFlags VkQueryPipelineStatisticFlags;
 
 typedef enum {
-    VK_QUERY_RESULT_32_BIT = 0,
+    VK_QUERY_RESULT_DEFAULT = 0,
     VK_QUERY_RESULT_64_BIT = 0x00000001,
-    VK_QUERY_RESULT_NO_WAIT_BIT = 0,
     VK_QUERY_RESULT_WAIT_BIT = 0x00000002,
     VK_QUERY_RESULT_WITH_AVAILABILITY_BIT = 0x00000004,
     VK_QUERY_RESULT_PARTIAL_BIT = 0x00000008,