Skip to content

layers: Add missing vkCmdExecuteCommands - #13177

Open
spencer-lunarg wants to merge 1 commit into
KhronosGroup:mainfrom
spencer-lunarg:spencer-lunarg-cmd-exe-commands
Open

spencer-lunarg wants to merge 1 commit into
KhronosGroup:mainfrom
spencer-lunarg:spencer-lunarg-cmd-exe-commands

Conversation

@spencer-lunarg

Copy link
Copy Markdown
Contributor

closes #11453

@spencer-lunarg
spencer-lunarg requested a review from a team as a code owner September 21, 2026 20:59
@ci-tester-lunarg

Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 127444.

@ci-tester-lunarg

Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 24595 running.

"records %s while a render pass instance is suspended.",
vvl::String(secondary_cb_state.first_action_or_sync_command));
}
if (secondary_cb_state.has_render_pass_instance && !secondary_cb_state.resumes_render_pass_instance) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VUID-vkCmdExecuteCommands-pCommandBuffers-06022
If pCommandBuffers contains any suspended render pass instances, there must be no render pass instances between that render pass instance and any render pass instance that resumes it

If pCommandBuffers contains any

It is likely this is about when secondary starts render pass instance that is suspended:

Primary calls two secondaries: A B

A { Begin/EndRending (suspend) } B { Begin/EndRendering (resume) }

Then VUID does not allow to execute A X C where X does `{Begin/EndRendering} brand new rendering instance in the middle of suspend-resume.

@ci-tester-lunarg

Copy link
Copy Markdown
Collaborator

CI Vulkan-ValidationLayers build # 24595 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.

Missing vkCmdExecuteCommands checks

3 participants