aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2015-11-24 09:00:24 -0700
committerDavid Pinedo <david@lunarg.com>2015-11-24 09:00:24 -0700
commit541526f8270c3ec38d5f38509095d9b170a13831 (patch)
tree6c1501703b8bae827dcbb754eb3ed1394031e315 /include/vulkan
parentd5ce865fa0d1f0ca02c9eadaf55e9ed1fa5dcb11 (diff)
downloadusermoji-541526f8270c3ec38d5f38509095d9b170a13831.tar.xz
Layers: changed layer names to conform to spec
Diffstat (limited to 'include/vulkan')
-rw-r--r--include/vulkan/vk_debug_marker_layer.h4
-rw-r--r--include/vulkan/vk_layer.h4
-rw-r--r--include/vulkan/vk_lunarg_debug_marker.h (renamed from include/vulkan/vk_debug_marker_lunarg.h)4
-rw-r--r--include/vulkan/vk_lunarg_debug_report.h (renamed from include/vulkan/vk_debug_report_lunarg.h)8
4 files changed, 10 insertions, 10 deletions
diff --git a/include/vulkan/vk_debug_marker_layer.h b/include/vulkan/vk_debug_marker_layer.h
index 0eede38a..b2afbdff 100644
--- a/include/vulkan/vk_debug_marker_layer.h
+++ b/include/vulkan/vk_debug_marker_layer.h
@@ -1,5 +1,5 @@
//
-// File: vk_debug_marker_lunarg.h
+// File: vk_debug_marker_layer.h
//
/*
** Copyright (c) 2015 The Khronos Group Inc.
@@ -31,7 +31,7 @@
#pragma once
#include "vulkan/vulkan.h"
-#include "vk_debug_marker_lunarg.h"
+#include "vulkan/vk_lunarg_debug_marker.h"
#include "vk_layer.h"
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h
index 60d30af0..ea137152 100644
--- a/include/vulkan/vk_layer.h
+++ b/include/vulkan/vk_layer.h
@@ -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
diff --git a/include/vulkan/vk_debug_marker_lunarg.h b/include/vulkan/vk_lunarg_debug_marker.h
index 1fca28aa..3887bbf0 100644
--- a/include/vulkan/vk_debug_marker_lunarg.h
+++ b/include/vulkan/vk_lunarg_debug_marker.h
@@ -1,5 +1,5 @@
//
-// File: vk_debug_marker_lunarg.h
+// File: vk_lunarg_debug_marker.h
//
/*
** Copyright (c) 2015 The Khronos Group Inc.
@@ -32,7 +32,7 @@
#define __VK_DEBUG_MARKER_H__
#include "vulkan/vulkan.h"
-#include "vulkan/vk_debug_report_lunarg.h"
+#include "vulkan/vk_lunarg_debug_report.h"
#define VK_DEBUG_MARKER_EXTENSION_NUMBER 6
#define VK_DEBUG_MARKER_EXTENSION_REVISION 1
diff --git a/include/vulkan/vk_debug_report_lunarg.h b/include/vulkan/vk_lunarg_debug_report.h
index c952fc97..e2ab52a9 100644
--- a/include/vulkan/vk_debug_report_lunarg.h
+++ b/include/vulkan/vk_lunarg_debug_report.h
@@ -1,5 +1,5 @@
//
-// File: vk_debug_report_lunarg.h
+// File: vk_lunarg_debug_report.h
//
/*
*
@@ -29,8 +29,8 @@
*
*/
-#ifndef __VK_DEBUG_REPORT_LUNARG_H__
-#define __VK_DEBUG_REPORT_LUNARG_H__
+#ifndef __VK_LUNARG_DEBUG_REPORT_H__
+#define __VK_LUNARG_DEBUG_REPORT_H__
#include "vulkan/vulkan.h"
@@ -179,4 +179,4 @@ VKAPI_ATTR void VKAPI_CALL vkDbgBreakCallback(
} // extern "C"
#endif // __cplusplus
-#endif // __VK_DEBUG_REPORT_LUNARG_H__
+#endif // __VK_LUNARG_DEBUG_REPORT_H__