Skip to content

Commit

Permalink
[vulkan] Define VK_USE_PLATFORM_FUCHSIA
Browse files Browse the repository at this point in the history
VK_USE_PLATFORM_MAGMA_KHR is old and will be removed.
cdotstout committed Dec 10, 2018
1 parent f3de9c9 commit da9985a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vulkan/vulkan_interface.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit da9985a

Please sign in to comment.