Vulkan: Colored debug groups #124108

Open
Jeroen Bakker wants to merge 2 commits from Jeroen-Bakker/blender:vulkan/debug-group-colors into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

2 Commits

Author SHA1 Message Date
e922e472ee Added colors 2024-07-04 08:06:58 +02:00
1981319406 Vulkan: Colored debug groups
Tools like renderdoc support colored debug groups to highlight
specific groups in the UI. This PR adds support to set a color
for debug groups.

This is only implemented for Vulkan. OpenGL doesn't have this feature.
Metal we need to check.

**TODO**
- Add colors to workbench and eevee. Overlay will be done after the
  reimplementation
2024-07-04 07:33:51 +02:00