Searched refs:debug_callback_info (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp809 VkDebugReportCallbackCreateInfoEXT debug_callback_info = {}; local
810 debug_callback_info.sType =
812 debug_callback_info.flags =
814 debug_callback_info.pfnCallback = DebugReportCallback;
817 result = create_debug_report_callback(instance, &debug_callback_info,

Completed in 37 milliseconds