Fix linux compile errors from the zvulkan switch

This commit is contained in:
Magnus Norddahl 2022-12-04 22:36:32 +01:00 committed by Christoph Oelckers
commit 03ab65ab1e
7 changed files with 19 additions and 64 deletions

View file

@ -5,8 +5,6 @@
#elif defined(__APPLE__)
#define VK_USE_PLATFORM_MACOS_MVK
#define VK_USE_PLATFORM_METAL_EXT
#else
#define VK_USE_PLATFORM_XLIB_KHR
#endif
#include "volk/volk.h"