-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add support for mutable descriptors #2243
Add support for mutable descriptors #2243
Conversation
Can one of the admins verify this patch? |
ok to test |
165d202 Jenkins build error. |
…DescriptorMutable to distinguish mutable descriptor types
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty good already, but I still have some comments inline.
…n't get a descriptor in user data, remove redundant if logic, run clang format, fix typo
Test summary for commit 9d35033CTS tests (Failed: 0/211534)
Ubuntu 22.04, Navi3xUbuntu 20.04, Navi2xRhel 9.0, Gfx10 |
Test summary for commit 4802d89CTS tests (Failed: 0/211523)
Ubuntu 22.04, Navi3xUbuntu 20.04, Navi2xRhel 9.0, Gfx10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM now!
Code to add support for the extension VK_EXT_mutable_descriptor_type. This extension allows a descriptor to be specified as being one of a number of different descriptor types. Since this type can change we need to keep track of the stride for arrays of descriptors.