Vulkan surface now initializing on MacOS

Updated Volk library
This commit is contained in:
2024-01-11 23:05:13 -08:00
parent 8214cf475a
commit 2105e9359e
12 changed files with 31 additions and 56 deletions

View File

@@ -31,5 +31,5 @@
#pragma once
bool test_init(void* windowHandle);
bool test_init(void* platformHandle);
bool test_shutdown();