Lines Matching defs:ExportMemoryAllocateInfo
34138 struct ExportMemoryAllocateInfo struct
34140 using NativeType = VkExportMemoryAllocateInfo;
34146 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function
34155 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function
34165 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()
34170 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
34176 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
34183 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()
34188 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()
34199 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
34208 bool operator==( ExportMemoryAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
34217 bool operator!=( ExportMemoryAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
34224 …PP_NAMESPACE::StructureType sType = StructureType::eExportMemoryAllocateInfo;
34225 const void * pNext = {};
34226 VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes = {};