We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e019e4 commit 501ad52Copy full SHA for 501ad52
testing/test_vulkan_context.cc
@@ -15,9 +15,9 @@
15
#include "third_party/skia/include/gpu/vk/GrVkExtensions.h"
16
#include "vulkan/vulkan_core.h"
17
18
-#ifdef OS_MACOSX
+#ifdef FML_OS_MACOSX
19
#define VULKAN_SO_PATH "libvk_swiftshader.dylib"
20
-#elif OS_WIN
+#elif FML_OS_WIN
21
#define VULKAN_SO_PATH "vk_swiftshader.dll"
22
#else
23
#define VULKAN_SO_PATH "libvk_swiftshader.so"
0 commit comments