wtf
This commit is contained in:
parent
e7663ea5d1
commit
fc5695fce8
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue