aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-12-17 14:27:03 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-17 14:27:03 -0700
commitf2e38a1b4eb3cd7b4b92a8889577dc04c45a2104 (patch)
tree192d43dcaff5f8e29bb7a016c689c0ae08ac9b6c
parent92b187af2863287ea3a5a73d42f36042287f863b (diff)
downloadusermoji-f2e38a1b4eb3cd7b4b92a8889577dc04c45a2104.tar.xz
layers: bump debug_report version number
-rw-r--r--include/vulkan/vk_ext_debug_report.h6
-rw-r--r--layers/linux/device_limits.json2
-rw-r--r--layers/linux/draw_state.json2
-rw-r--r--layers/linux/image.json2
-rw-r--r--layers/linux/mem_tracker.json2
-rw-r--r--layers/linux/object_tracker.json2
-rw-r--r--layers/linux/param_checker.json2
-rw-r--r--layers/linux/swapchain.json2
-rw-r--r--layers/linux/threading.json2
-rw-r--r--layers/windows/device_limits.json2
-rw-r--r--layers/windows/draw_state.json2
-rw-r--r--layers/windows/image.json2
-rw-r--r--layers/windows/mem_tracker.json2
-rw-r--r--layers/windows/object_tracker.json2
-rw-r--r--layers/windows/param_checker.json2
-rw-r--r--layers/windows/swapchain.json2
-rw-r--r--layers/windows/threading.json2
17 files changed, 18 insertions, 20 deletions
diff --git a/include/vulkan/vk_ext_debug_report.h b/include/vulkan/vk_ext_debug_report.h
index 2abba1fe..3b123742 100644
--- a/include/vulkan/vk_ext_debug_report.h
+++ b/include/vulkan/vk_ext_debug_report.h
@@ -30,8 +30,7 @@
*
*/
-#ifndef __VK_LUNARG_DEBUG_REPORT_H__
-#define __VK_LUNARG_DEBUG_REPORT_H__
+#pragma once
#include "vulkan/vulkan.h"
@@ -48,7 +47,7 @@ extern "C"
#define VK_EXT_debug_report 1
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDebugReportCallbackEXT)
-#define VK_EXT_DEBUG_REPORT_REVISION 1
+#define VK_EXT_DEBUG_REPORT_REVISION 2
#define VK_EXT_DEBUG_REPORT_EXTENSION_NUMBER 11
#define VK_EXT_DEBUG_REPORT_EXTENSION_NAME "VK_EXT_debug_report"
@@ -152,4 +151,3 @@ VKAPI_ATTR void VKAPI_CALL vkDebugReportMessageEXT(
} // extern "C"
#endif // __cplusplus
-#endif // __VK_LUNARG_DEBUG_REPORT_H__
diff --git a/layers/linux/device_limits.json b/layers/linux/device_limits.json
index 1a871e66..bf7aa1bc 100644
--- a/layers/linux/device_limits.json
+++ b/layers/linux/device_limits.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/linux/draw_state.json b/layers/linux/draw_state.json
index 4c777520..49c7d3b9 100644
--- a/layers/linux/draw_state.json
+++ b/layers/linux/draw_state.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
],
"device_extensions": [
diff --git a/layers/linux/image.json b/layers/linux/image.json
index dd35977e..b1fb9eb7 100644
--- a/layers/linux/image.json
+++ b/layers/linux/image.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/linux/mem_tracker.json b/layers/linux/mem_tracker.json
index a75e4658..8ecf849b 100644
--- a/layers/linux/mem_tracker.json
+++ b/layers/linux/mem_tracker.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/linux/object_tracker.json b/layers/linux/object_tracker.json
index 848d9747..7b21a910 100644
--- a/layers/linux/object_tracker.json
+++ b/layers/linux/object_tracker.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/linux/param_checker.json b/layers/linux/param_checker.json
index ff409469..305e79b5 100644
--- a/layers/linux/param_checker.json
+++ b/layers/linux/param_checker.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/linux/swapchain.json b/layers/linux/swapchain.json
index 10947b9e..dc2ce5b6 100644
--- a/layers/linux/swapchain.json
+++ b/layers/linux/swapchain.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/linux/threading.json b/layers/linux/threading.json
index 643ae6cd..3e64325e 100644
--- a/layers/linux/threading.json
+++ b/layers/linux/threading.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/windows/device_limits.json b/layers/windows/device_limits.json
index c20692e3..6b6659fe 100644
--- a/layers/windows/device_limits.json
+++ b/layers/windows/device_limits.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/windows/draw_state.json b/layers/windows/draw_state.json
index 39b684ec..2e557f11 100644
--- a/layers/windows/draw_state.json
+++ b/layers/windows/draw_state.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
],
"device_extensions": [
diff --git a/layers/windows/image.json b/layers/windows/image.json
index 122b24ca..2347766f 100644
--- a/layers/windows/image.json
+++ b/layers/windows/image.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/windows/mem_tracker.json b/layers/windows/mem_tracker.json
index 4bc01a79..38ef5283 100644
--- a/layers/windows/mem_tracker.json
+++ b/layers/windows/mem_tracker.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/windows/object_tracker.json b/layers/windows/object_tracker.json
index 2bd759d7..67622248 100644
--- a/layers/windows/object_tracker.json
+++ b/layers/windows/object_tracker.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/windows/param_checker.json b/layers/windows/param_checker.json
index db7cf486..5909b0d8 100644
--- a/layers/windows/param_checker.json
+++ b/layers/windows/param_checker.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/windows/swapchain.json b/layers/windows/swapchain.json
index 0d19d2da..99ed2bc4 100644
--- a/layers/windows/swapchain.json
+++ b/layers/windows/swapchain.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}
diff --git a/layers/windows/threading.json b/layers/windows/threading.json
index d877f7ef..73d99062 100644
--- a/layers/windows/threading.json
+++ b/layers/windows/threading.json
@@ -10,7 +10,7 @@
"instance_extensions": [
{
"name": "VK_EXT_debug_report",
- "spec_version": "1"
+ "spec_version": "2"
}
]
}