• Home
  • Raw
  • Download

Lines Matching defs:CommandBufferAllocateInfo

14086   struct CommandBufferAllocateInfo  struct
14088 using NativeType = VkCommandBufferAllocateInfo;
14090 static const bool allowDuplicate = false;
14091 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferAllocateInfo;
14094 …VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo( VULKAN_HPP_NAMESPACE::CommandPool commandPo… in CommandBufferAllocateInfo() function
14107 CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferAllocateInfo() function
14117 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const *>( &rhs ); in operator =()
14122 …AN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14128 …AllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT in setCommandPool()
14134 …ufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VULKAN_HPP_NOEXCEPT in setLevel()
14140 …mmandBufferAllocateInfo & setCommandBufferCount( uint32_t commandBufferCount_ ) VULKAN_HPP_NOEXCEPT in setCommandBufferCount()
14147 explicit operator VkCommandBufferAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo const&()
14152 explicit operator VkCommandBufferAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo&()
14167 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
14176 bool operator==( CommandBufferAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
14186 bool operator!=( CommandBufferAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
14193 …N_HPP_NAMESPACE::StructureType sType = StructureType::eCommandBufferAllocateInfo;
14194 const void * pNext = {};
14195 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {};
14196 …ESPACE::CommandBufferLevel level = VULKAN_HPP_NAMESPACE::CommandBufferLevel::ePrimary;
14197 uint32_t commandBufferCount = {};