mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
clang-format: add wayland foreach macros
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23398>
This commit is contained in:
parent
d4575d7fcb
commit
f5eec48799
1 changed files with 7 additions and 0 deletions
|
|
@ -164,6 +164,13 @@ ForEachMacros:
|
|||
# egl
|
||||
- egl_relax
|
||||
|
||||
# wayland
|
||||
- wl_list_for_each
|
||||
- wl_list_for_each_safe
|
||||
- wl_list_for_each_reverse
|
||||
- wl_list_for_each_reverse_safe
|
||||
- wl_array_for_each
|
||||
|
||||
# vulkan
|
||||
- vk_foreach_queue
|
||||
- vk_foreach_queue_safe
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue