mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
vk/0.170.2: Update VkAttachmentDescription
This commit is contained in:
parent
82259f88dd
commit
a3bc07c23b
1 changed files with 6 additions and 0 deletions
|
|
@ -1018,6 +1018,11 @@ typedef enum {
|
|||
} VkShaderStageFlagBits;
|
||||
typedef VkFlags VkShaderStageFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_ATTACHMENT_DESCRIPTION_MAY_ALIAS_BIT = 0x00000001,
|
||||
} VkAttachmentDescriptionFlagBits;
|
||||
typedef VkFlags VkAttachmentDescriptionFlags;
|
||||
|
||||
typedef enum {
|
||||
VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT = 0x00000001,
|
||||
} VkSubpassDescriptionFlagBits;
|
||||
|
|
@ -1888,6 +1893,7 @@ typedef struct {
|
|||
VkAttachmentStoreOp stencilStoreOp;
|
||||
VkImageLayout initialLayout;
|
||||
VkImageLayout finalLayout;
|
||||
VkAttachmentDescriptionFlags flags;
|
||||
} VkAttachmentDescription;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue