mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
vk/vulkan.h: One more quick enum refactor clean-up
This commit is contained in:
parent
2b37fc28d1
commit
d843418c2e
1 changed files with 1 additions and 1 deletions
|
|
@ -926,7 +926,7 @@ typedef VkFlags VkFenceCreateFlags;
|
|||
typedef VkFlags VkSemaphoreCreateFlags;
|
||||
typedef VkFlags VkEventCreateFlags;
|
||||
|
||||
typedef enum VkQueryPipelineStatisticFlagBits_ {
|
||||
typedef enum {
|
||||
VK_QUERY_PIPELINE_STATISTIC_IA_VERTICES_BIT = 0x00000001,
|
||||
VK_QUERY_PIPELINE_STATISTIC_IA_PRIMITIVES_BIT = 0x00000002,
|
||||
VK_QUERY_PIPELINE_STATISTIC_VS_INVOCATIONS_BIT = 0x00000004,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue