Searched defs:ExportMemoryAllocateInfo (Results 1 – 4 of 4) sorted by relevance
34448 struct ExportMemoryAllocateInfo struct34450 using NativeType = VkExportMemoryAllocateInfo;34456 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function34465 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function34475 *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()[all …]
34138 struct ExportMemoryAllocateInfo struct34140 using NativeType = VkExportMemoryAllocateInfo;34146 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function34155 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function34165 *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()[all …]
42015 struct ExportMemoryAllocateInfo struct42017 using NativeType = VkExportMemoryAllocateInfo;42023 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function42032 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function42042 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()42047 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()42053 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()42060 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()42065 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()42070 operator VkExportMemoryAllocateInfo const *() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const*()[all …]
16632 pub struct ExportMemoryAllocateInfo { struct16637 impl ::std::default::Default for ExportMemoryAllocateInfo { implementation16647 unsafe impl TaggedStructure for ExportMemoryAllocateInfo { implementation16650 impl ExportMemoryAllocateInfo { impl16664 unsafe impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfo {} implementation16685 pub fn build(self) -> ExportMemoryAllocateInfo { in build()