Searched defs:ExportMemoryAllocateInfoNV (Results 1 – 4 of 4) sorted by relevance
31356 struct ExportMemoryAllocateInfoNV struct31358 using NativeType = VkExportMemoryAllocateInfoNV;31364 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFla… in ExportMemoryAllocateInfoNV() function31373 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function31383 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()31388 …N_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()31395 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()31402 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()31407 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()31418 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
29034 struct ExportMemoryAllocateInfoNV struct29043 VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV(VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfoNV() function29049 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function29059 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()29064 …N_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()29070 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()29078 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()29083 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()29094 reflect() const VULKAN_HPP_NOEXCEPT in reflect()29104 bool operator==( ExportMemoryAllocateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()[all …]
32225 struct ExportMemoryAllocateInfoNV struct32227 using NativeType = VkExportMemoryAllocateInfoNV;32233 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFla… in ExportMemoryAllocateInfoNV() function32242 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function32252 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()32257 …N_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()32264 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()32271 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()32276 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()32287 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
11914 pub struct ExportMemoryAllocateInfoNV { struct11919 impl ::std::default::Default for ExportMemoryAllocateInfoNV { argument11928 impl ExportMemoryAllocateInfoNV { impl11942 unsafe impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfoNV {} implementation11962 pub fn build(self) -> ExportMemoryAllocateInfoNV { in build()