Searched defs:DescriptorSetAllocateInfo (Results 1 – 1 of 1) sorted by relevance
20642 struct DescriptorSetAllocateInfo struct20644 using NativeType = VkDescriptorSetAllocateInfo;20646 static const bool allowDuplicate = false;20647 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eDescriptorSetAllocateInfo;20651 VULKAN_HPP_CONSTEXPR DescriptorSetAllocateInfo(VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_… in DescriptorSetAllocateInfo() function20657 DescriptorSetAllocateInfo( VkDescriptorSetAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in DescriptorSetAllocateInfo() function20662 …DescriptorSetAllocateInfo( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_, VULKAN_HPP_NAMESP… in DescriptorSetAllocateInfo() function20673 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DescriptorSetAllocateInfo const *>( &rhs ); in operator =()20678 …AN_HPP_CONSTEXPR_14 DescriptorSetAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()20684 …nfo & setDescriptorPool( VULKAN_HPP_NAMESPACE::DescriptorPool descriptorPool_ ) VULKAN_HPP_NOEXCEPT in setDescriptorPool()[all …]