aboutsummaryrefslogtreecommitdiff
path: root/loader/debug_report.c
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-11-06 14:31:07 -0700
committerJon Ashburn <jon@lunarg.com>2015-11-06 15:04:27 -0700
commit5ad746bada7144baeadf9dd2d60c3da249231eb0 (patch)
treea6c4ba29efff7ca0b85722b569a66ff0e456ba96 /loader/debug_report.c
parentba3e2c708c63461c55d86ce7587c1989b7fbcade (diff)
downloadusermoji-5ad746bada7144baeadf9dd2d60c3da249231eb0.tar.xz
loader: Update calling conventions on instance extension functions
Diffstat (limited to 'loader/debug_report.c')
-rw-r--r--loader/debug_report.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c
index 40a4b5b2..497860e6 100644
--- a/loader/debug_report.c
+++ b/loader/debug_report.c
@@ -65,7 +65,7 @@ void debug_report_create_instance(
}
}
-static VkResult debug_report_DbgCreateMsgCallback(
+static VkResult VKAPI debug_report_DbgCreateMsgCallback(
VkInstance instance,
VkFlags msgFlags,
const PFN_vkDbgMsgCallback pfnMsgCallback,
@@ -93,7 +93,7 @@ static VkResult debug_report_DbgCreateMsgCallback(
return result;
}
-static VkResult debug_report_DbgDestroyMsgCallback(
+static VkResult VKAPI debug_report_DbgDestroyMsgCallback(
VkInstance instance,
VkDbgMsgCallback msg_callback)
{