aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan/vk_layer.h
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-02-11 09:26:16 -0700
committerTobin Ehlis <tobine@google.com>2016-02-12 11:32:22 -0700
commitcf9784e9137a0f72ca2fbc2b930c9eafe85721eb (patch)
tree9bc8d5f0a084291e4a0899e5b6946c61f9fd7f56 /include/vulkan/vk_layer.h
parent648f53b546ed182749b394824b9f95cbde2038f8 (diff)
downloadusermoji-cf9784e9137a0f72ca2fbc2b930c9eafe85721eb.tar.xz
header: Update 1.0.3 header revision for inclusion of debug report extension
Removed vk_ext_debug_report.h (contents moved into vulkan.h) Renamed debug report message enums
Diffstat (limited to 'include/vulkan/vk_layer.h')
-rw-r--r--include/vulkan/vk_layer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vulkan/vk_layer.h b/include/vulkan/vk_layer.h
index 4735beef..24870434 100644
--- a/include/vulkan/vk_layer.h
+++ b/include/vulkan/vk_layer.h
@@ -34,7 +34,6 @@
#pragma once
#include "vulkan.h"
-#include "vk_ext_debug_report.h"
#include "vk_lunarg_debug_marker.h"
#if defined(__GNUC__) && __GNUC__ >= 4
#define VK_LAYER_EXPORT __attribute__((visibility("default")))