Fix compile error in Mac
Metal is preferred so we're disabling Vulkan for now
This commit is contained in:
parent
da466f4f86
commit
ede4081253
|
|
@ -1,3 +1,4 @@
|
|||
#ifndef __APPLE__
|
||||
#include "gpu_info_vulkan.h"
|
||||
|
||||
#include <string.h>
|
||||
|
|
@ -236,3 +237,5 @@ void vk_release(vk_handle_t rh) {
|
|||
UNLOAD_LIBRARY(rh.vk_handle);
|
||||
rh.vk_handle = NULL;
|
||||
}
|
||||
|
||||
#endif // __APPLE__
|
||||
Loading…
Reference in New Issue