mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 14:29:07 -07:00
WSI: Eliminate a lot of references to WSI header files.
Conflicts: include/vulkan/vk_layer.h loader/loader.h
This commit is contained in:
parent
9f49f3c45b
commit
03cdd37a54
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@
|
|||
#include "vulkan/vulkan.h"
|
||||
#include "vulkan/vk_lunarg_debug_report.h"
|
||||
#include "vulkan/vk_lunarg_debug_marker.h"
|
||||
#include "vulkan/vk_ext_khr_swapchain.h"
|
||||
#include "vulkan/vk_ext_khr_device_swapchain.h"
|
||||
#if defined(__GNUC__) && __GNUC__ >= 4
|
||||
# define VK_LAYER_EXPORT __attribute__((visibility("default")))
|
||||
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
|
||||
|
|
Loading…
Reference in a new issue