Lines Matching defs:ExportMemoryAllocateInfo
56927 struct ExportMemoryAllocateInfo struct
56933 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo(VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags … in ExportMemoryAllocateInfo() function
56939 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function
56947 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()
56951 ExportMemoryAllocateInfo & operator=( ExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
56957 ExportMemoryAllocateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56963 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
56970 operator VkExportMemoryAllocateInfo const&() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()
56975 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()
56984 bool operator==( ExportMemoryAllocateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
56991 bool operator!=( ExportMemoryAllocateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
57000 const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eExportMemoryAllocateInfo;
57001 const void* pNext = {};
57002 VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes = {};