Searched defs:CopyImageInfo2 (Results 1 – 1 of 1) sorted by relevance
17871 struct CopyImageInfo2 struct17873 using NativeType = VkCopyImageInfo2;17875 static const bool allowDuplicate = false;17876 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCopyImageInfo2;17879 …VULKAN_HPP_CONSTEXPR CopyImageInfo2( VULKAN_HPP_NAMESPACE::Image srcImage_ = {}, in CopyImageInfo2() argument17898 …CopyImageInfo2( VkCopyImageInfo2 const & rhs ) VULKAN_HPP_NOEXCEPT : CopyImageInfo2( *reinterpret_… in CopyImageInfo2() function17901 …CopyImageInfo2( VULKAN_HPP_NAMESPACE::Image … in CopyImageInfo2() function17923 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CopyImageInfo2 const *>( &rhs ); in operator =()17928 VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()17934 …STEXPR_14 CopyImageInfo2 & setSrcImage( VULKAN_HPP_NAMESPACE::Image srcImage_ ) VULKAN_HPP_NOEXCEPT in setSrcImage()[all …]