KhronosGroup / KhronosGroup/Vulkan-ValidationLayers
Add Drawtime checks for Mutable Descriptors
Open
@spencer-lunarg is already working on this.
Since Nov 25, 2024.
Incomplete
- Dominant language
- C++
- Stars
- 1k
- Forks
- 505
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 229
Description
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
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.