[vulkan] Define VK_USE_PLATFORM_FUCHSIA

VK_USE_PLATFORM_MAGMA_KHR is old and will be removed.
This commit is contained in:
Craig Stout 2018-12-05 14:02:02 -08:00 committed by craig stout
parent 981e3e84d3
commit 50efc8bc35

View File

@ -22,6 +22,9 @@
#ifndef VK_USE_PLATFORM_MAGMA_KHR
#define VK_USE_PLATFORM_MAGMA_KHR 1
#endif // VK_USE_PLATFORM_MAGMA_KHR
#ifndef VK_USE_PLATFORM_FUCHSIA
#define VK_USE_PLATFORM_FUCHSIA 1
#endif // VK_USE_PLATFORM_FUCHSIA
#endif // OS_FUCHSIA
#if !VULKAN_LINK_STATICALLY