commit | c332eefa3e8b7e97ca70abd8cfaa0d4f4e1b0fc2 | [log] [tgz] |
---|---|---|
author | Cody Northrop <cody@lunarg.com> | Tue Aug 04 11:51:03 2015 -0600 |
committer | Cody Northrop <cody@lunarg.com> | Tue Aug 04 17:37:03 2015 -0600 |
tree | 9e5f46f9fda5921eff2e0756afdc1b73b528c20b | |
parent | 6de6b0b93a1704d673c42fea1f0e3e4e720a14ff [diff] [blame] |
v144: Bug 14292 - Rename VkRenderPassBeginInfo::attachmentCount to clearValueCount
diff --git a/demos/cube.c b/demos/cube.c index bb07c18..e64bf0a 100644 --- a/demos/cube.c +++ b/demos/cube.c
@@ -515,8 +515,8 @@ .renderArea.offset.y = 0, .renderArea.extent.width = demo->width, .renderArea.extent.height = demo->height, - .attachmentCount = 2, - .pAttachmentClearValues = clear_values, + .clearValueCount = 2, + .pClearValues = clear_values, }; VkResult U_ASSERT_ONLY err;