Lines Matching defs:CommandBufferAllocateInfo
14360 struct CommandBufferAllocateInfo struct
14362 using NativeType = VkCommandBufferAllocateInfo;
14364 static const bool allowDuplicate = false;
14365 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferAllocateInfo;
14368 …VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo( VULKAN_HPP_NAMESPACE::CommandPool commandPo… in CommandBufferAllocateInfo() function
14381 CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferAllocateInfo() function
14391 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const *>( &rhs ); in operator =()
14396 …AN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14402 …AllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT in setCommandPool()
14408 …ufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VULKAN_HPP_NOEXCEPT in setLevel()
14414 …mmandBufferAllocateInfo & setCommandBufferCount( uint32_t commandBufferCount_ ) VULKAN_HPP_NOEXCEPT in setCommandBufferCount()
14421 operator VkCommandBufferAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo const&()
14426 operator VkCommandBufferAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo&()
14441 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
14450 bool operator==( CommandBufferAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
14460 bool operator!=( CommandBufferAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
14467 …N_HPP_NAMESPACE::StructureType sType = StructureType::eCommandBufferAllocateInfo;
14468 const void * pNext = {};
14469 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {};
14470 …ESPACE::CommandBufferLevel level = VULKAN_HPP_NAMESPACE::CommandBufferLevel::ePrimary;
14471 uint32_t commandBufferCount = {};