diff options
Diffstat (limited to 'include/vulkan/vk_layer.h')
-rw-r--r-- | include/vulkan/vk_layer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h index 6bd1c9a..7954f71 100644 --- a/include/vulkan/vk_layer.h +++ b/include/vulkan/vk_layer.h @@ -28,14 +28,6 @@ #include "vulkan_core.h" -#if defined(__GNUC__) && __GNUC__ >= 4 -#define VK_LAYER_EXPORT __attribute__((visibility("default"))) -#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590) -#define VK_LAYER_EXPORT __attribute__((visibility("default"))) -#else -#define VK_LAYER_EXPORT -#endif - #define MAX_NUM_UNKNOWN_EXTS 250 // Loader-Layer version negotiation API. Versions add the following features: |