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