Skip to content

fix syntax bugs in command buffer chapter#421

Merged
marty-johnson59 merged 1 commit into
KhronosGroup:mainfrom
macodeth:fix-syntax-command-buffer-chapter
Jul 13, 2026
Merged

fix syntax bugs in command buffer chapter#421
marty-johnson59 merged 1 commit into
KhronosGroup:mainfrom
macodeth:fix-syntax-command-buffer-chapter

Conversation

@macodeth

Copy link
Copy Markdown
Contributor

commandBuffer->begin({}); should be changed to commandBuffer.begin({});
also changed VK_ATTACHMENT_LOAD_OP_CLEAR to vk::AttachmentLoadOp::eClear in an explanatory section to match the code

@marty-johnson59 marty-johnson59 merged commit 28f044e into KhronosGroup:main Jul 13, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants