Searched refs:checkResultSupported (Results 1 – 2 of 2) sorted by relevance
65 #define VK_CHECK_SUPPORTED(EXPR) vk::checkResultSupported((EXPR), #EXPR, __FILE__, __LINE__)333 void checkResultSupported (VkResult result, const char* message, const char* file, int line);
116 void checkResultSupported (VkResult result, const char* msg, const char* file, int line) in checkResultSupported() function