Lines Matching defs:CommandBufferAllocateInfo

14590   struct CommandBufferAllocateInfo  struct
14592 using NativeType = VkCommandBufferAllocateInfo;
14594 static const bool allowDuplicate = false;
14595 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferAllocateInfo;
14598 …VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo( VULKAN_HPP_NAMESPACE::CommandPool commandPo… in CommandBufferAllocateInfo() function
14611 CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferAllocateInfo() function
14621 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const *>( &rhs ); in operator =()
14626 …AN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14632 …AllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT in setCommandPool()
14638 …ufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VULKAN_HPP_NOEXCEPT in setLevel()
14644 …mmandBufferAllocateInfo & setCommandBufferCount( uint32_t commandBufferCount_ ) VULKAN_HPP_NOEXCEPT in setCommandBufferCount()
14651 operator VkCommandBufferAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo const&()
14656 operator VkCommandBufferAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo&()
14671 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
14680 bool operator==( CommandBufferAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
14690 bool operator!=( CommandBufferAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
14697 …N_HPP_NAMESPACE::StructureType sType = StructureType::eCommandBufferAllocateInfo;
14698 const void * pNext = {};
14699 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {};
14700 …ESPACE::CommandBufferLevel level = VULKAN_HPP_NAMESPACE::CommandBufferLevel::ePrimary;
14701 uint32_t commandBufferCount = {};