aboutsummaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
authorTobin Ehlis <tobin@lunarg.com>2015-07-03 09:42:57 -0600
committerTobin Ehlis <tobin@lunarg.com>2015-07-07 08:45:20 -0600
commitdaa89b7ba150d34588fb10bd0e05464ddcb9c64f (patch)
tree8484ad50808cc7cb2728505a772139d27fc35833 /loader
parent5cf9608c7edda155e5f4aa2327b4fd57cc188fc9 (diff)
downloadusermoji-daa89b7ba150d34588fb10bd0e05464ddcb9c64f.tar.xz
include: Rename vkLayer.h -> vk_layer.h and vkIcd.h -> vk_icd.h
Diffstat (limited to 'loader')
-rw-r--r--loader/debug_report.c2
-rw-r--r--loader/loader.c2
-rw-r--r--loader/loader.h4
-rw-r--r--loader/table_ops.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 498faf8a..9a0396b0 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -34,7 +34,7 @@
#include <alloca.h>
#endif
#include "debug_report.h"
-#include "vkLayer.h"
+#include "vk_layer.h"
typedef void (VKAPI *PFN_stringCallback)(char *message);
diff --git a/loader/loader.c b/loader/loader.c
index 577024b9..d59df6c3 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -46,7 +46,7 @@
#include "gpa_helper.h"
#include "table_ops.h"
#include "debug_report.h"
-#include "vkIcd.h"
+#include "vk_icd.h"
#include "cJSON.h"
void loader_add_to_ext_list(
diff --git a/loader/loader.h b/loader/loader.h
index c89ad0fe..6fd87687 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -31,8 +31,8 @@
#include <vulkan.h>
#include <vk_debug_report_lunarg.h>
#include <vk_wsi_lunarg.h>
-#include <vkLayer.h>
-#include <vkIcd.h>
+#include <vk_layer.h>
+#include <vk_icd.h>
#include <assert.h>
#if defined(__GNUC__) && __GNUC__ >= 4
diff --git a/loader/table_ops.h b/loader/table_ops.h
index 39370f36..84f03396 100644
--- a/loader/table_ops.h
+++ b/loader/table_ops.h
@@ -23,7 +23,7 @@
*/
#include <vulkan.h>
-#include <vkLayer.h>
+#include <vk_layer.h>
#include <string.h>
#include "loader.h"
#include "loader_platform.h"