Home
last modified time | relevance | path

Searched defs:CopyImageInfo2 (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp17871 struct CopyImageInfo2 struct
17873 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() argument
17898CopyImageInfo2( VkCopyImageInfo2 const & rhs ) VULKAN_HPP_NOEXCEPT : CopyImageInfo2( *reinterpret_… in CopyImageInfo2() function
17901CopyImageInfo2( VULKAN_HPP_NAMESPACE::Image … in CopyImageInfo2() function
17923 *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 …]