Skip to content

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

Merge request reports

Loading