HomeSort by relevance Sort by last modified time
    Searched full:debug_report_callback (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Shell.h 105 bool debug_report_callback(VkDebugReportFlagsEXT flags,
112 static VKAPI_ATTR VkBool32 VKAPI_CALL debug_report_callback( function in class:Shell
123 return shell->debug_report_callback(flags, obj_type, object, location, msg_code, layer_prefix, msg);
Shell.cpp 67 bool Shell::debug_report_callback(VkDebugReportFlagsEXT flags, function in class:Shell
190 debug_report_info.pfnCallback = debug_report_callback;

Completed in 56 milliseconds