aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.c
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2015-11-30 15:28:25 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-17 11:20:06 -0700
commitfd150e9eb3ba16a0df0f817cc00087827e49efd7 (patch)
treefec4d8adb1c192d0c249988eb44a1561486015b4 /loader/loader.c
parentc0e34c259c07ab819529c7b1ca712127dd633949 (diff)
downloadusermoji-fd150e9eb3ba16a0df0f817cc00087827e49efd7.tar.xz
debug_report: Add DebugReportMessage function
Diffstat (limited to 'loader/loader.c')
-rw-r--r--loader/loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 6e37f061..5ad128ee 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -116,6 +116,7 @@ const VkLayerInstanceDispatchTable instance_disp = {
.GetPhysicalDeviceSurfacePresentModesKHR = loader_GetPhysicalDeviceSurfacePresentModesKHR,
.CreateDebugReportCallbackLUNARG = loader_CreateDebugReportCallback,
.DestroyDebugReportCallbackLUNARG = loader_DestroyDebugReportCallback,
+ .DebugReportMessageLUNARG = loader_DebugReportMessage,
#ifdef VK_USE_PLATFORM_MIR_KHR
.CreateMirSurfaceKHR = loader_CreateMirSurfaceKHR,
.GetPhysicalDeviceMirPresentationSupportKHR = loader_GetPhysicalDeviceMirPresentationSupportKHR,