KhronosGroup / KhronosGroup/Vulkan-Docs
Return of control after command buffer submission discrepancy
Open
@TomOlson is already working on this.
Since Mar 1, 2021.
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
From 3.2 Execution Model:
Once a command buffer is submitted to a queue, control may return to the application immediately.
From 3.2.1 Queue Operation:
Control is returned to an application immediately following command buffer submission to a queue.
Is it optional for the control to be returned immediately as per the first excerpt or is it obligatory as per the latter after command buffer submission to a queue?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.