mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
vk/vulkan.h: Move renderPassContinue from GraphicsBeginInfo to BeginInfo
This commit is contained in:
parent
d29ec8fa36
commit
367b9ba78f
1 changed files with 2 additions and 6 deletions
|
|
@ -1732,6 +1732,8 @@ typedef struct {
|
|||
VkStructureType sType;
|
||||
const void* pNext;
|
||||
VkCmdBufferOptimizeFlags flags;
|
||||
VkRenderPass renderPass;
|
||||
VkFramebuffer framebuffer;
|
||||
} VkCmdBufferBeginInfo;
|
||||
|
||||
typedef struct {
|
||||
|
|
@ -1841,12 +1843,6 @@ typedef struct {
|
|||
VkMemoryInputFlags inputMask;
|
||||
} VkMemoryBarrier;
|
||||
|
||||
typedef struct {
|
||||
VkStructureType sType;
|
||||
const void* pNext;
|
||||
|
||||
VkRenderPassBegin renderPassContinue;
|
||||
} VkCmdBufferGraphicsBeginInfo;
|
||||
|
||||
typedef VkResult (VKAPI *PFN_vkCreateInstance)(const VkInstanceCreateInfo* pCreateInfo, VkInstance* pInstance);
|
||||
typedef VkResult (VKAPI *PFN_vkDestroyInstance)(VkInstance instance);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue