Searched defs:QueryPoolCreateFlags (Results 1 – 8 of 8) sorted by relevance
520 VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) in to_string() argument
2334 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef
517 VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) in to_string() argument
2367 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef
524 VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) in to_string() argument
2393 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef
4046 impl fmt::Debug for QueryPoolCreateFlags { implementation
78 pub struct QueryPoolCreateFlags(pub(crate) Flags); struct