mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Expose Vulkan layer entrypoints for mac
This commit is contained in:
committed by
Jake Turner
parent
be8a5f61fc
commit
ba10b62149
@@ -46,7 +46,7 @@ extern "C" const rdcstr VulkanLayerJSONBasename;
|
||||
#undef VK_LAYER_EXPORT
|
||||
#define VK_LAYER_EXPORT extern "C" __declspec(dllexport)
|
||||
|
||||
#elif ENABLED(RDOC_LINUX) || ENABLED(RDOC_ANDROID)
|
||||
#elif ENABLED(RDOC_LINUX) || ENABLED(RDOC_ANDROID) || ENABLED(RDOC_APPLE)
|
||||
|
||||
#undef VK_LAYER_EXPORT
|
||||
#define VK_LAYER_EXPORT __attribute__((visibility("default")))
|
||||
|
||||
Reference in New Issue
Block a user