Searched refs:SparseMemoryBindFlagBits (Results 1 – 2 of 2) sorted by relevance
2309 enum class SparseMemoryBindFlagBits : VkSparseMemoryBindFlags enum2314 using SparseMemoryBindFlags = Flags<SparseMemoryBindFlagBits>;2317 template <> struct FlagTraits<SparseMemoryBindFlagBits>2321 SparseMemoryBindFlagBits::eMetadata;
310 if ( value & SparseMemoryBindFlagBits::eMetadata ) result += "Metadata | "; in to_string()4345 VULKAN_HPP_INLINE std::string to_string( SparseMemoryBindFlagBits value ) in to_string()4349 case SparseMemoryBindFlagBits::eMetadata : return "Metadata"; in to_string()