Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/cmdbuffers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ endif::VKSC_VERSION_1_0[]
transition to the invalid state if any command buffer executed within it
via flink:vkCmdExecuteCommands transitions to any state other than the
pending or executable state.
Command buffers in the pending state that were recorded without the
Command buffers in the pending state that were recorded with the
ename:VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT flag are immediately
invalid as the final command in the command buffer completes all
execution, which can be observed via <<synchronization, synchronization
Expand Down