Searched refs:CommandPoolResetFlagBits (Results 1 – 4 of 4) sorted by relevance
2378 enum class CommandPoolResetFlagBits : VkCommandPoolResetFlags enum2381 using CommandPoolResetFlags = Flags<CommandPoolResetFlagBits>;2384 template <> struct FlagTraits<CommandPoolResetFlagBits>
3655 enum class CommandPoolResetFlagBits : VkCommandPoolResetFlags enum3660 using CommandPoolResetFlags = Flags<CommandPoolResetFlagBits>;3663 template <> struct FlagTraits<CommandPoolResetFlagBits>3667 CommandPoolResetFlagBits::eReleaseResources;
825 if ( value & CommandPoolResetFlagBits::eReleaseResources ) result += "ReleaseResources | "; in to_string()5414 VULKAN_HPP_INLINE std::string to_string( CommandPoolResetFlagBits value ) in to_string()5418 case CommandPoolResetFlagBits::eReleaseResources : return "ReleaseResources"; in to_string()
3135 VULKAN_HPP_INLINE std::string to_string( CommandPoolResetFlagBits ) in to_string() argument