KhronosGroup / KhronosGroup/Vulkan-ValidationLayers

Add Drawtime checks for Mutable Descriptors

Open
#8,918 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.