Vulkan-Utility-Libraries icon indicating copy to clipboard operation
Vulkan-Utility-Libraries copied to clipboard

feature request: incremental filter assembling

Open zmike opened this issue 1 year ago • 2 comments

In Mesa CI, we run VVL with khronos_validation.message_id_filter = <a billion exceptions>. 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

zmike avatar Feb 16 '24 17:02 zmike