Skip to content

Commit ba10b62

Browse files
aitor-lunargZorro666
authored andcommitted
Expose Vulkan layer entrypoints for mac
1 parent be8a5f6 commit ba10b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderdoc/driver/vulkan/vk_layer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extern "C" const rdcstr VulkanLayerJSONBasename;
4646
#undef VK_LAYER_EXPORT
4747
#define VK_LAYER_EXPORT extern "C" __declspec(dllexport)
4848

49-
#elif ENABLED(RDOC_LINUX) || ENABLED(RDOC_ANDROID)
49+
#elif ENABLED(RDOC_LINUX) || ENABLED(RDOC_ANDROID) || ENABLED(RDOC_APPLE)
5050

5151
#undef VK_LAYER_EXPORT
5252
#define VK_LAYER_EXPORT __attribute__((visibility("default")))

0 commit comments

Comments
 (0)