KhronosGroup / Vulkan-Utility-Libraries

Utility libraries for Vulkan developers
Other
63 stars 28 forks source link

feature request: incremental filter assembling #194

Open zmike opened 9 months ago

zmike commented 9 months ago

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
jeremyg-lunarg commented 9 months ago

FYI @christophe-lunarg, this would need to be implemented in the LayerSettings code in VUL

spencer-lunarg commented 7 months ago

I still want this feature, but moving here so it can be better tracked by @christophe-lunarg as this will need vk_layer_setting changes