vk/0.170.2: Update VkRenderPassBeginInfo

Rename members:
    attachmentCount -> clearValueCount
    pAttachmentClearValues -> pClearValues
This commit is contained in:
Chad Versace
2015-10-04 09:26:25 -07:00
parent 3694518be5
commit 8cb2e27c62
4 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -2020,8 +2020,8 @@ typedef struct {
VkRenderPass renderPass;
VkFramebuffer framebuffer;
VkRect2D renderArea;
uint32_t attachmentCount;
const VkClearValue* pAttachmentClearValues;
uint32_t clearValueCount;
const VkClearValue* pClearValues;
} VkRenderPassBeginInfo;
typedef struct {