diff options
| author | Ian Elliott <ianelliott@google.com> | 2016-03-25 08:43:01 -0600 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-03-25 10:26:19 -0600 |
| commit | c56bc94aa92158dbdd5301348dccbfe84218b11e (patch) | |
| tree | 88d7efc3979c3950877fe7fbb9319caa990cbee1 /loader/loader.h | |
| parent | 2f7e6c5bf2a7409cf4f29be1f4df8dade12e0a0b (diff) | |
| download | usermoji-c56bc94aa92158dbdd5301348dccbfe84218b11e.tar.xz | |
loader: Setup temporary callback for vkDestroyInstance
Diffstat (limited to 'loader/loader.h')
| -rw-r--r-- | loader/loader.h | 1 |
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; |
