diff options
Diffstat (limited to 'layers/draw_state.cpp')
| -rw-r--r-- | layers/draw_state.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 4b76f05e..33712714 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -1536,6 +1536,11 @@ VK_LAYER_EXPORT VkResult VKAPI vkCreateInstance(const VkInstanceCreateInfo* pCre if (result == VK_SUCCESS) { enable_debug_report(pCreateInfo->extensionCount, pCreateInfo->pEnabledExtensions); + + debug_report_init_instance_extension_dispatch_table( + pTable, + pTable->GetInstanceProcAddr, + *pInstance); } return result; } |
