MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / ExtDebugReportOnDestroy

Function ExtDebugReportOnDestroy

src/VK/base/ExtValidation.cpp:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void ExtDebugReportOnDestroy(VkInstance instance)
99 {
100 // It should happen after destroing device, before destroying instance.
101 if (g_DebugReportCallback)
102 {
103 g_vkDestroyDebugReportCallbackEXT(instance, g_DebugReportCallback, nullptr);
104 g_DebugReportCallback = nullptr;
105 }
106 }
107}

Callers 1

OnDestroyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected