Searched refs:debug_report_info (Results 1 – 1 of 1) sorted by relevance
206 VkDebugReportCallbackCreateInfoEXT debug_report_info = {}; in init_debug_report() local207 debug_report_info.sType = VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT; in init_debug_report()209 debug_report_info.flags = VK_DEBUG_REPORT_WARNING_BIT_EXT | in init_debug_report()213 debug_report_info.flags = VK_DEBUG_REPORT_INFORMATION_BIT_EXT | in init_debug_report()217 debug_report_info.pfnCallback = debug_report_callback; in init_debug_report()218 debug_report_info.pUserData = reinterpret_cast<void *>(this); in init_debug_report()221 &debug_report_info, nullptr, &ctx_.debug_report)); in init_debug_report()