Lines Matching defs:ExportMemoryAllocateInfo
34448 struct ExportMemoryAllocateInfo struct
34450 using NativeType = VkExportMemoryAllocateInfo;
34456 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function
34465 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function
34475 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()
34480 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
34486 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
34493 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()
34498 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()
34509 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
34518 bool operator==( ExportMemoryAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
34527 bool operator!=( ExportMemoryAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
34534 …PP_NAMESPACE::StructureType sType = StructureType::eExportMemoryAllocateInfo;
34535 const void * pNext = {};
34536 VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes = {};