mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 16:20:39 +02:00
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:
parent
d843418c2e
commit
d5b5bd67f6
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue