mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 06:00:10 +01:00
vk/0.132: Move VkQueryControlFlags
This commit is contained in:
parent
180c07ee50
commit
45f8723f44
1 changed files with 5 additions and 5 deletions
|
|
@ -1044,11 +1044,6 @@ typedef enum {
|
|||
} VkPipeEventFlagBits;
|
||||
typedef VkFlags VkPipeEventFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_QUERY_CONTROL_CONSERVATIVE_BIT = 0x00000001,
|
||||
} VkQueryControlFlagBits;
|
||||
typedef VkFlags VkQueryControlFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_MEMORY_OUTPUT_HOST_WRITE_BIT = 0x00000001,
|
||||
VK_MEMORY_OUTPUT_SHADER_WRITE_BIT = 0x00000002,
|
||||
|
|
@ -1088,6 +1083,11 @@ typedef enum {
|
|||
} VkImageAspectFlagBits;
|
||||
typedef VkFlags VkImageAspectFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_QUERY_CONTROL_CONSERVATIVE_BIT = 0x00000001,
|
||||
} VkQueryControlFlagBits;
|
||||
typedef VkFlags VkQueryControlFlags;
|
||||
|
||||
typedef struct {
|
||||
VkStructureType sType;
|
||||
const void* pNext;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue