From: Jason Ekstrand Date: Tue, 7 Jul 2015 00:27:11 +0000 (-0700) Subject: vk/vulkan.h: Use the query result bits from revision 130 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d5b5bd67f6c7cb2edce9ce958517527fc942b324;p=mesa.git 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. --- diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index aca65efd3ab..70ce0e4c3bd 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -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,