MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / DestroyDebugReportCallbackEXT

Function DestroyDebugReportCallbackEXT

src/Renderer/vkRenderer.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void DestroyDebugReportCallbackEXT(VkInstance instance, VkDebugReportCallbackEXT callback,
35 const VkAllocationCallbacks *pAllocator) {
36 auto func = (PFN_vkDestroyDebugReportCallbackEXT) vkGetInstanceProcAddr(instance,
37 "vkDestroyDebugReportCallbackEXT");
38 if (func != nullptr) {
39 func(instance, callback, pAllocator);
40 }
41}
42
43std::vector<std::vector<Vertex>> model_vertices = std::vector<std::vector<Vertex>>();
44

Callers 1

cleanupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected