Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete list of dispatching commands in description of compute shaders #2457

Open
McDaMastR opened this issue Nov 2, 2024 · 1 comment
Assignees

Comments

@McDaMastR
Copy link

In version 1.3.301 of the Vulkan specification, chapter 9.11 Compute Shaders begins by listing two commands used to invoke compute shaders:

Compute shaders are invoked via vkCmdDispatch and vkCmdDispatchIndirect commands.

However, chapter 28 Dispatching Commands describes three dispatching commands, including vkCmdDispatchBase.

Since a comprehensive list of dispatching commands totals only three, I believe it will be beneficial to include vkCmdDispatchBase in this list of compute shader-invoking commands.

@oddhack
Copy link
Contributor

oddhack commented Nov 6, 2024

Point taken, but we are probably going to point to the existing definition of "dispatching commands" instead.

@oddhack oddhack self-assigned this Nov 6, 2024
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

No branches or pull requests

2 participants