vkdebug: fix type compilation warning

Since VkMemoryHeapFlagBits is an enum, while VkMemoryHeapFlags is the expected
alias of VkFlags.

This issue is spotted by warning of gcc 13.1.1

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4547>
This commit is contained in:
Víctor Manuel Jáquez Leal 2023-05-03 17:44:35 +02:00 committed by GStreamer Marge Bot
parent 020fd3d14d
commit 6258914b1d

View file

@ -94,7 +94,7 @@ static const struct
*
* Since: 1.18
*/
FLAGS_TO_STRING(memory_heap, VkMemoryHeapFlagBits);
FLAGS_TO_STRING(memory_heap, VkMemoryHeapFlags);
static const struct
{