Searched refs:checkWsiResult (Results 1 – 2 of 2) sorted by relevance
67 #define VK_CHECK_WSI(EXPR) vk::checkWsiResult((EXPR), #EXPR, __FILE__, __LINE__)334 void checkWsiResult (VkResult result, const char* message, const char* file, int line);
121 void checkWsiResult (VkResult result, const char* msg, const char* file, int line) in checkWsiResult() function