Searched defs:ExportMemoryAllocateInfo (Results 1 – 4 of 4) sorted by relevance
33250 struct ExportMemoryAllocateInfo struct33252 using NativeType = VkExportMemoryAllocateInfo;33258 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function33267 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function33277 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()33282 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()33288 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()33295 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()33300 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()33311 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
34313 struct ExportMemoryAllocateInfo struct34315 using NativeType = VkExportMemoryAllocateInfo;34321 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfo() function34330 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfo() function34340 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const *>( &rhs ); in operator =()34345 …KAN_HPP_CONSTEXPR_14 ExportMemoryAllocateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()34351 …HandleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()34358 operator VkExportMemoryAllocateInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo const&()34363 operator VkExportMemoryAllocateInfo &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfo&()34374 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 …]
16632 pub struct ExportMemoryAllocateInfo { struct16637 impl ::std::default::Default for ExportMemoryAllocateInfo { argument16647 unsafe impl TaggedStructure for ExportMemoryAllocateInfo { implementation16650 impl ExportMemoryAllocateInfo { implementation16664 unsafe impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfo {} implementation16685 pub fn build(self) -> ExportMemoryAllocateInfo { in build()