Searched refs:QueryResultStatusKHR (Results 1 – 2 of 2) sorted by relevance
6472 VULKAN_HPP_INLINE std::string to_string( QueryResultStatusKHR value ) in to_string()6476 case QueryResultStatusKHR::eError : return "Error"; in to_string()6477 case QueryResultStatusKHR::eNotReady : return "NotReady"; in to_string()6478 case QueryResultStatusKHR::eComplete : return "Complete"; in to_string()6480 …case QueryResultStatusKHR::eInsufficientBitstreamBufferRange : return "InsufficientBitstreamBuffer… in to_string()
5150 enum class QueryResultStatusKHR enum