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

Function debugCallback

src/Renderer/vkRenderer.cpp:1088–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086}
1087
1088static VKAPI_ATTR VkBool32 VKAPI_CALL
1089debugCallback(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t obj,
1090 size_t location, int32_t code, const char *layerPrefix, const char *msg, void *userData) {
1091 std::cerr << "validation layer: " << msg << std::endl;
1092
1093 return VK_FALSE;
1094}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected