Searched defs:CommandBufferAllocateInfo (Results 1 – 2 of 2) sorted by relevance
11166 struct CommandBufferAllocateInfo struct11168 using NativeType = VkCommandBufferAllocateInfo;11170 static const bool allowDuplicate = false;11171 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferAllocateInfo;11174 VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo( in CommandBufferAllocateInfo() function11186 CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferAllocateInfo() function11195 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const *>( &rhs ); in operator =()11200 CommandBufferAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()11206 …AllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT in setCommandPool()11212 …ufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VULKAN_HPP_NOEXCEPT in setLevel()[all …]
14470 struct CommandBufferAllocateInfo struct14472 using NativeType = VkCommandBufferAllocateInfo;14474 static const bool allowDuplicate = false;14475 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferAllocateInfo;14478 …VULKAN_HPP_CONSTEXPR CommandBufferAllocateInfo( VULKAN_HPP_NAMESPACE::CommandPool commandPo… in CommandBufferAllocateInfo() function14491 CommandBufferAllocateInfo( VkCommandBufferAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferAllocateInfo() function14501 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferAllocateInfo const *>( &rhs ); in operator =()14506 …AN_HPP_CONSTEXPR_14 CommandBufferAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()14512 …AllocateInfo & setCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool_ ) VULKAN_HPP_NOEXCEPT in setCommandPool()14518 …ufferAllocateInfo & setLevel( VULKAN_HPP_NAMESPACE::CommandBufferLevel level_ ) VULKAN_HPP_NOEXCEPT in setLevel()[all …]