Searched defs:ExportMemoryAllocateInfo (Results 1 – 5 of 5) sorted by relevance
59 unsafe impl ExtendsMemoryAllocateInfo for ash::vk::ExportMemoryAllocateInfo {} implementation
31258 struct ExportMemoryAllocateInfo struct31260 using NativeType = VkExportMemoryAllocateInfo;31266 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function31275 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function31285 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()31290 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()31296 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()31303 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()31308 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()31319 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
28933 struct ExportMemoryAllocateInfo struct28942 VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo(VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags h… in ExportMemoryAllocateInfo() function28948 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function28958 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()28963 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()28969 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()28977 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()28982 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()28993 reflect() const VULKAN_HPP_NOEXCEPT in reflect()29003 bool operator==( ExportMemoryAllocateInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()[all …]
32127 struct ExportMemoryAllocateInfo struct32129 using NativeType = VkExportMemoryAllocateInfo;32135 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function32144 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function32154 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()32159 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()32165 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()32172 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()32177 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()32188 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
14932 pub struct ExportMemoryAllocateInfo { struct14937 impl ::std::default::Default for ExportMemoryAllocateInfo { argument14946 impl ExportMemoryAllocateInfo { impl14960 unsafe impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfo {} implementation14980 pub fn build(self) -> ExportMemoryAllocateInfo { in build()