Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[macOS] Eliminate Vulkan hack for macOS < 10.14 #37498

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions vulkan/procs/vulkan_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
#endif // VK_USE_PLATFORM_FUCHSIA
#endif // OS_FUCHSIA

// TODO(dnfield): vulkan_metal.h has some unguarded availability checks for
// macOS 10.13. We can remove this if we bump to 10.14 or if that gets fixed
// upstream, but fixing it upstream will take some time to flow through to
// ANGLE's DEPS.
#ifdef VK_USE_PLATFORM_METAL_EXT
#undef VK_USE_PLATFORM_METAL_EXT
#endif // VK_USE_PLATFORM_METAL_EXT

#include <vulkan/vulkan.h>

#define VK_CALL_LOG_ERROR(expression) \
Expand Down