Lines Matching defs:CommandBufferAllocateInfo
23948 struct CommandBufferAllocateInfo struct
23954 …VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo(VULKAN_HPP_NAMESPACE::CommandPool commandPool_ = {}… in CommandBufferAllocateInfo() function
23960 CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferAllocateInfo() function
23968 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const *>( &rhs ); in operator =()
23972 … CommandBufferAllocateInfo & operator=( CommandBufferAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
23978 CommandBufferAllocateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
23984 …AllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT in setCommandPool()
23990 …ufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VULKAN_HPP_NOEXCEPT in setLevel()
23996 …mmandBufferAllocateInfo & setCommandBufferCount( uint32_t commandBufferCount_ ) VULKAN_HPP_NOEXCEPT in setCommandBufferCount()
24003 operator VkCommandBufferAllocateInfo const&() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo const&()
24008 operator VkCommandBufferAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferAllocateInfo&()
24017 bool operator==( CommandBufferAllocateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
24026 bool operator!=( CommandBufferAllocateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
24035 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eCommandBufferAllocateInfo;
24036 const void* pNext = {};
24037 VULKAN_HPP_NAMESPACE::CommandPool commandPool = {};
24038 …ULKAN_HPP_NAMESPACE::CommandBufferLevel level = VULKAN_HPP_NAMESPACE::CommandBufferLevel::ePrimary;
24039 uint32_t commandBufferCount = {};