KhronosGroup / KhronosGroup/Vulkan-Utility-Libraries
feature request: incremental filter assembling
Open
enhancement
Layer Settings
OS - Platform Independent
P1
- Dominant language
- C++
- Stars
- 103
- Forks
- 49
- Avg merge
- 7h 15m
- Merged PRs (30d)
- 4
Description
In Mesa CI, we run VVL with `khronos_validation.message_id_filter = `. This has to be on a single line, which is annoying since it both scrolls way offscreen and doesn't allow for documentation.
I'd like to see this improved so I could do something like
```
# comment explaining
khronos_validation.message_id_filter =
# comment explaining
khronos_validation.message_id_filter += VUID1
# comment explaining
khronos_validation.message_id_filter += VUID2
# comment explaining
khronos_validation.message_id_filter += VUID3
```
Contributor guide
Assessment
This issue has not been assessed yet.