Searched refs:DebugReportFlagBitsEXT (Results 1 – 2 of 2) sorted by relevance
1469 if ( value & DebugReportFlagBitsEXT::eInformation ) result += "Information | "; in to_string()1470 if ( value & DebugReportFlagBitsEXT::eWarning ) result += "Warning | "; in to_string()1471 if ( value & DebugReportFlagBitsEXT::ePerformanceWarning ) result += "PerformanceWarning | "; in to_string()1472 if ( value & DebugReportFlagBitsEXT::eError ) result += "Error | "; in to_string()1473 if ( value & DebugReportFlagBitsEXT::eDebug ) result += "Debug | "; in to_string()6303 VULKAN_HPP_INLINE std::string to_string( DebugReportFlagBitsEXT value ) in to_string()6307 case DebugReportFlagBitsEXT::eInformation : return "Information"; in to_string()6308 case DebugReportFlagBitsEXT::eWarning : return "Warning"; in to_string()6309 case DebugReportFlagBitsEXT::ePerformanceWarning : return "PerformanceWarning"; in to_string()6310 case DebugReportFlagBitsEXT::eError : return "Error"; in to_string()[all …]
4934 enum class DebugReportFlagBitsEXT : VkDebugReportFlagsEXT enum4943 using DebugReportFlagsEXT = Flags<DebugReportFlagBitsEXT>;4946 template <> struct FlagTraits<DebugReportFlagBitsEXT>4950 DebugReportFlagBitsEXT::eInformation4951 | DebugReportFlagBitsEXT::eWarning4952 | DebugReportFlagBitsEXT::ePerformanceWarning4953 | DebugReportFlagBitsEXT::eError4954 | DebugReportFlagBitsEXT::eDebug;