mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[vulkan] Define VK_USE_PLATFORM_FUCHSIA
VK_USE_PLATFORM_MAGMA_KHR is old and will be removed.
This commit is contained in:
parent
981e3e84d3
commit
50efc8bc35
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user