(Android/Vulkan) Enable 'emulate mailbox' for Android

This commit is contained in:
twinaphex 2018-12-03 00:40:50 +01:00
parent 67699be3be
commit b027395341

View File

@ -42,7 +42,7 @@
#define VENDOR_ID_NV 0x10DE
#define VENDOR_ID_INTEL 0x8086
#ifdef _WIN32
#if defined(_WIN32) || defined(ANDROID)
#define VULKAN_EMULATE_MAILBOX
#endif