Searched refs:CommandPoolCreateFlags (Results 1 – 6 of 6) sorted by relevance
10610 using CommandPoolCreateFlags = Flags<CommandPoolCreateFlagBits>; typedef10623 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags10626 return CommandPoolCreateFlags( bit0 ) | bit1; in operator |()10629 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags10632 return CommandPoolCreateFlags( bit0 ) & bit1; in operator &()10635 VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags10638 return CommandPoolCreateFlags( bit0 ) ^ bit1; in operator ^()10641 …VULKAN_HPP_INLINE VULKAN_HPP_CONSTEXPR CommandPoolCreateFlags operator~( CommandPoolCreateFlagBits… in operator ~()10644 return ~( CommandPoolCreateFlags( bits ) ); in operator ~()10647 VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlags value ) in to_string()
12038 …VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ = … in CommandPoolCreateInfo()12066 …CommandPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ ) VULKAN_HPP… in setFlags()12107 VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags = {};
3461 using CommandPoolCreateFlags = Flags<CommandPoolCreateFlagBits>; typedef3467 static VULKAN_HPP_CONST_OR_CONSTEXPR CommandPoolCreateFlags allFlags =
103 using VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags;
1118 VULKAN_HPP_INLINE std::string to_string( CommandPoolCreateFlags value ) in to_string()
15622 …VULKAN_HPP_CONSTEXPR CommandPoolCreateInfo( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ … in CommandPoolCreateInfo()15654 …TEXPR_14 CommandPoolCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags_ ) V… in setFlags()15681 …ructureType const &, const void * const &, VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags const &, u…15710 VULKAN_HPP_NAMESPACE::CommandPoolCreateFlags flags = {};