| 1086 | } |
| 1087 | |
| 1088 | static VKAPI_ATTR VkBool32 VKAPI_CALL |
| 1089 | debugCallback(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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected