Skip to content

Add option to synchronize vkQueueSubmit calls.#259

Open
lstalmir wants to merge 1 commit into
masterfrom
feature/queue-submit-sync
Open

Add option to synchronize vkQueueSubmit calls.#259
lstalmir wants to merge 1 commit into
masterfrom
feature/queue-submit-sync

Conversation

@lstalmir
Copy link
Copy Markdown
Owner

@lstalmir lstalmir commented May 4, 2026

The option prevents concurrent submission of GPU work and forces wait idle after each submission to ensure an isolated command buffers execution.

Closes #258

The option prevents concurrent submission of GPU work and forces wait idle after each submission to ensure an isolated command buffers execution.
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.

Add option to synchronize vkQueueSubmit calls.

1 participant