Fixed typos
This commit is contained in:
parent
a465bad5aa
commit
de035d3572
3 changed files with 3 additions and 3 deletions
|
|
@ -650,7 +650,7 @@ public:
|
||||||
VK_IMAGE_LAYOUT_GENERAL,
|
VK_IMAGE_LAYOUT_GENERAL,
|
||||||
subresourceRange);
|
subresourceRange);
|
||||||
|
|
||||||
//@todo: Default render pass setup willl overwrite contents
|
//@todo: Default render pass setup will overwrite contents
|
||||||
//vkCmdBeginRenderPass(drawCmdBuffers[i], &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE);
|
//vkCmdBeginRenderPass(drawCmdBuffers[i], &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE);
|
||||||
//drawUI(drawCmdBuffers[i]);
|
//drawUI(drawCmdBuffers[i]);
|
||||||
//vkCmdEndRenderPass(drawCmdBuffers[i]);
|
//vkCmdEndRenderPass(drawCmdBuffers[i]);
|
||||||
|
|
|
||||||
|
|
@ -665,7 +665,7 @@ public:
|
||||||
VK_IMAGE_LAYOUT_GENERAL,
|
VK_IMAGE_LAYOUT_GENERAL,
|
||||||
subresourceRange);
|
subresourceRange);
|
||||||
|
|
||||||
//@todo: Default render pass setup willl overwrite contents
|
//@todo: Default render pass setup will overwrite contents
|
||||||
//vkCmdBeginRenderPass(drawCmdBuffers[i], &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE);
|
//vkCmdBeginRenderPass(drawCmdBuffers[i], &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE);
|
||||||
//drawUI(drawCmdBuffers[i]);
|
//drawUI(drawCmdBuffers[i]);
|
||||||
//vkCmdEndRenderPass(drawCmdBuffers[i]);
|
//vkCmdEndRenderPass(drawCmdBuffers[i]);
|
||||||
|
|
|
||||||
|
|
@ -680,7 +680,7 @@ public:
|
||||||
VK_IMAGE_LAYOUT_GENERAL,
|
VK_IMAGE_LAYOUT_GENERAL,
|
||||||
subresourceRange);
|
subresourceRange);
|
||||||
|
|
||||||
//@todo: Default render pass setup willl overwrite contents
|
//@todo: Default render pass setup will overwrite contents
|
||||||
//vkCmdBeginRenderPass(drawCmdBuffers[i], &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE);
|
//vkCmdBeginRenderPass(drawCmdBuffers[i], &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE);
|
||||||
//drawUI(drawCmdBuffers[i]);
|
//drawUI(drawCmdBuffers[i]);
|
||||||
//vkCmdEndRenderPass(drawCmdBuffers[i]);
|
//vkCmdEndRenderPass(drawCmdBuffers[i]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue