aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorIan Elliott <ianelliott@google.com>2016-03-25 08:43:01 -0600
committerJon Ashburn <jon@lunarg.com>2016-03-25 10:26:19 -0600
commitc56bc94aa92158dbdd5301348dccbfe84218b11e (patch)
tree88d7efc3979c3950877fe7fbb9319caa990cbee1 /loader/loader.h
parent2f7e6c5bf2a7409cf4f29be1f4df8dade12e0a0b (diff)
downloadusermoji-c56bc94aa92158dbdd5301348dccbfe84218b11e.tar.xz
loader: Setup temporary callback for vkDestroyInstance
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader.h b/loader/loader.h
index cae78cc9..9efcb704 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -293,6 +293,7 @@ struct loader_instance {
bool debug_report_enabled;
VkLayerDbgFunctionNode *DbgFunctionHead;
+ VkDebugReportCallbackCreateInfoEXT *pDebugReportCreateInfo;
VkAllocationCallbacks alloc_callbacks;