This commit is contained in:
jacekpoz 2024-09-25 19:50:26 +02:00
parent e7663ea5d1
commit fc5695fce8
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -14,7 +14,7 @@
#include <ptk_log.h>
#include <ptk_option.h>
VkDevice g_dev = VK_NULL_HANDLE;
VkDevice g_dev;
QueueFamilyIndices g_queue_family_indices = {0};
const size_t g_queue_family_count = sizeof(QueueFamilyIndices) / sizeof(PTK_OPTION(uint32_t));