mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 14:29:07 -07:00
Layers: changed layer names to conform to spec
This commit is contained in:
parent
dc8a8707bc
commit
9f49f3c45b
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "vulkan/vulkan.h"
|
||||
#include "vulkan/vk_debug_report_lunarg.h"
|
||||
#include "vk_debug_marker_lunarg.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
|
||||
|
|
Loading…
Reference in a new issue