Searched refs:EventCreateFlagBits (Results 1 – 4 of 4) sorted by relevance
1419 enum class EventCreateFlagBits : VkEventCreateFlags enum1425 using EventCreateFlags = Flags<EventCreateFlagBits>;1428 template <> struct FlagTraits<EventCreateFlagBits>1432 EventCreateFlagBits::eDeviceOnly;
263 if ( value & EventCreateFlagBits::eDeviceOnly ) result += "DeviceOnly | "; in to_string()2303 VULKAN_HPP_INLINE std::string to_string( EventCreateFlagBits value ) in to_string()2307 case EventCreateFlagBits::eDeviceOnly : return "DeviceOnly"; in to_string()
2351 enum class EventCreateFlagBits : VkEventCreateFlags enum2357 using EventCreateFlags = Flags<EventCreateFlagBits>;2360 template <> struct FlagTraits<EventCreateFlagBits>2364 EventCreateFlagBits::eDeviceOnly;
337 if ( value & EventCreateFlagBits::eDeviceOnly ) result += "DeviceOnly | "; in to_string()4373 VULKAN_HPP_INLINE std::string to_string( EventCreateFlagBits value ) in to_string()4377 case EventCreateFlagBits::eDeviceOnly : return "DeviceOnly"; in to_string()