vk/vulkan.h: Move renderPassContinue from GraphicsBeginInfo to BeginInfo

This commit is contained in:
Jason Ekstrand 2015-07-08 14:37:30 -07:00
parent d29ec8fa36
commit 367b9ba78f
1 changed files with 2 additions and 6 deletions

View File

@ -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);