vk/vulkan.h: Use the query result bits from revision 130

None of the important bits or names actually changed.  It just
added/removed some no-op names.

No functional change.
This commit is contained in:
Jason Ekstrand 2015-07-06 17:27:11 -07:00
parent d843418c2e
commit d5b5bd67f6
1 changed files with 1 additions and 2 deletions

View 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,