We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KHR_maintenance4
We now require Vulkan 1.3 which incorporates maintenance 4.
Theres a bunch of fun features which we can rely on like workgroup sizes from spec constants and the like.
Go through the spec, see what nice things we can get, and implement.
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_maintenance4.html
The text was updated successfully, but these errors were encountered:
Erfan-Ahmadi
No branches or pull requests
Description
We now require Vulkan 1.3 which incorporates maintenance 4.
Description of the related problem
Theres a bunch of fun features which we can rely on like workgroup sizes from spec constants and the like.
Solution proposal
Go through the spec, see what nice things we can get, and implement.
Additional context
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_maintenance4.html
The text was updated successfully, but these errors were encountered: