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

Add Drawtime checks for Mutable Descriptors #8918

Open
spencer-lunarg opened this issue Nov 25, 2024 · 0 comments
Open

Add Drawtime checks for Mutable Descriptors #8918

spencer-lunarg opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
Incomplete Missing Validation VUs to be added

Comments

@spencer-lunarg
Copy link
Contributor

Currently VK_EXT_mutable_descriptor_type is not supported for draw time checks (including static and GPU-AV dynamic checks)

We have a class Descriptor which is abstract and we derive all Descriptor Types from it

the problem becomes when we have class MutableDescriptor : public Descriptor which we have no way to turn it into another class... the "real" solution is to make the Descriptor clas the "MutableDescriptor" because it is by definition all possible descriptors types

@spencer-lunarg spencer-lunarg added the Incomplete Missing Validation VUs to be added label Nov 25, 2024
@spencer-lunarg spencer-lunarg self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Incomplete Missing Validation VUs to be added
Projects
None yet
Development

No branches or pull requests

1 participant