Searched defs:QueryPoolCreateFlags (Results 1 – 8 of 8) sorted by relevance
364 VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) in to_string() argument
2104 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef
520 VULKAN_HPP_INLINE std::string to_string( QueryPoolCreateFlags ) in to_string() argument
2052 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef
2084 using QueryPoolCreateFlags = Flags<QueryPoolCreateFlagBits>; typedef
3325 impl fmt::Debug for QueryPoolCreateFlags { implementation
74 pub struct QueryPoolCreateFlags(pub(crate) Flags); struct