aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-30 11:32:46 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-07-31 14:15:23 -0600
commita59efa7391bf9bf631ac875348ba7873723ea469 (patch)
tree103803def38899d30b8793a44f0fca89680822bc /include
parentfa0036742bf066ab5d2c645806e487a1260d392c (diff)
downloadusermoji-a59efa7391bf9bf631ac875348ba7873723ea469.tar.xz
xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME
Use the Vulkan namespace (VK_ prefix) on DEBUG_REPORT_EXTENSION_NAME This resolves LunarXchange bug #93. https://vulkan.lunarg.com/app/issues/55b76ae37ef24d0001000070
Diffstat (limited to 'include')
-rw-r--r--include/vk_debug_report_lunarg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vk_debug_report_lunarg.h b/include/vk_debug_report_lunarg.h
index af4dc843..633b50da 100644
--- a/include/vk_debug_report_lunarg.h
+++ b/include/vk_debug_report_lunarg.h
@@ -157,7 +157,7 @@ static inline const char* string_VkDbgObjectType(VkDbgObjectType input_value)
return "Unhandled VkObjectType";
}
}
-#define DEBUG_REPORT_EXTENSION_NAME "DEBUG_REPORT"
+#define VK_DEBUG_REPORT_EXTENSION_NAME "DEBUG_REPORT"
VK_DEFINE_NONDISP_HANDLE(VkDbgMsgCallback)