Vulkan-Hpp
vk::CopyImageInfo2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCopyImageInfo2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CopyImageInfo2 (vk::Image srcImage_={}, vk::ImageLayout srcImageLayout_=vk::ImageLayout::eUndefined, vk::Image dstImage_={}, vk::ImageLayout dstImageLayout_=vk::ImageLayout::eUndefined, uint32_t regionCount_={}, const vk::ImageCopy2 *pRegions_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CopyImageInfo2 (CopyImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CopyImageInfo2 (VkCopyImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 CopyImageInfo2 (vk::Image srcImage_, vk::ImageLayout srcImageLayout_, vk::Image dstImage_, vk::ImageLayout dstImageLayout_, vk::ArrayProxyNoTemporaries< const vk::ImageCopy2 > const &regions_, const void *pNext_=nullptr)
 
CopyImageInfo2operator= (CopyImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CopyImageInfo2operator= (VkCopyImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2setSrcImage (vk::Image srcImage_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2setSrcImageLayout (vk::ImageLayout srcImageLayout_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2setDstImage (vk::Image dstImage_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2setDstImageLayout (vk::ImageLayout dstImageLayout_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2setRegionCount (uint32_t regionCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2setPRegions (const vk::ImageCopy2 *pRegions_) VULKAN_HPP_NOEXCEPT
 
CopyImageInfo2setRegions (vk::ArrayProxyNoTemporaries< const vk::ImageCopy2 > const &regions_) VULKAN_HPP_NOEXCEPT
 
 operator VkCopyImageInfo2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCopyImageInfo2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CopyImageInfo2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CopyImageInfo2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eCopyImageInfo2
 
const void * pNext = {}
 
vk::Image srcImage = {}
 
vk::ImageLayout srcImageLayout = vk::ImageLayout::eUndefined
 
vk::Image dstImage = {}
 
vk::ImageLayout dstImageLayout = vk::ImageLayout::eUndefined
 
uint32_t regionCount = {}
 
const vk::ImageCopy2pRegions = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCopyImageInfo2
 

Detailed Description

Definition at line 17871 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CopyImageInfo2() [1/4]

VULKAN_HPP_CONSTEXPR vk::CopyImageInfo2::CopyImageInfo2 ( vk::Image  srcImage_ = {},
vk::ImageLayout  srcImageLayout_ = vk::ImageLayout::eUndefined,
vk::Image  dstImage_ = {},
vk::ImageLayout  dstImageLayout_ = vk::ImageLayout::eUndefined,
uint32_t  regionCount_ = {},
const vk::ImageCopy2 pRegions_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 17879 of file vulkan_structs.hpp.

◆ CopyImageInfo2() [2/4]

VULKAN_HPP_CONSTEXPR vk::CopyImageInfo2::CopyImageInfo2 ( CopyImageInfo2 const &  rhs)
default

◆ CopyImageInfo2() [3/4]

vk::CopyImageInfo2::CopyImageInfo2 ( VkCopyImageInfo2 const &  rhs)
inline

Definition at line 17898 of file vulkan_structs.hpp.

◆ CopyImageInfo2() [4/4]

vk::CopyImageInfo2::CopyImageInfo2 ( vk::Image  srcImage_,
vk::ImageLayout  srcImageLayout_,
vk::Image  dstImage_,
vk::ImageLayout  dstImageLayout_,
vk::ArrayProxyNoTemporaries< const vk::ImageCopy2 > const &  regions_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 17901 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCopyImageInfo2 &()

vk::CopyImageInfo2::operator VkCopyImageInfo2 & ( )
inline

Definition at line 17985 of file vulkan_structs.hpp.

◆ operator VkCopyImageInfo2 const &()

vk::CopyImageInfo2::operator VkCopyImageInfo2 const & ( ) const
inline

Definition at line 17980 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::CopyImageInfo2::operator!= ( CopyImageInfo2 const &  rhs) const
inline

Definition at line 18022 of file vulkan_structs.hpp.

◆ operator=() [1/2]

CopyImageInfo2& vk::CopyImageInfo2::operator= ( CopyImageInfo2 const &  rhs)
default

◆ operator=() [2/2]

CopyImageInfo2& vk::CopyImageInfo2::operator= ( VkCopyImageInfo2 const &  rhs)
inline

Definition at line 17921 of file vulkan_structs.hpp.

◆ operator==()

bool vk::CopyImageInfo2::operator== ( CopyImageInfo2 const &  rhs) const
inline

Definition at line 18012 of file vulkan_structs.hpp.

◆ setDstImage()

VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2& vk::CopyImageInfo2::setDstImage ( vk::Image  dstImage_)
inline

Definition at line 17946 of file vulkan_structs.hpp.

◆ setDstImageLayout()

VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2& vk::CopyImageInfo2::setDstImageLayout ( vk::ImageLayout  dstImageLayout_)
inline

Definition at line 17952 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2& vk::CopyImageInfo2::setPNext ( const void *  pNext_)
inline

Definition at line 17928 of file vulkan_structs.hpp.

◆ setPRegions()

VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2& vk::CopyImageInfo2::setPRegions ( const vk::ImageCopy2 pRegions_)
inline

Definition at line 17964 of file vulkan_structs.hpp.

◆ setRegionCount()

VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2& vk::CopyImageInfo2::setRegionCount ( uint32_t  regionCount_)
inline

Definition at line 17958 of file vulkan_structs.hpp.

◆ setRegions()

CopyImageInfo2& vk::CopyImageInfo2::setRegions ( vk::ArrayProxyNoTemporaries< const vk::ImageCopy2 > const &  regions_)
inline

Definition at line 17971 of file vulkan_structs.hpp.

◆ setSrcImage()

VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2& vk::CopyImageInfo2::setSrcImage ( vk::Image  srcImage_)
inline

Definition at line 17934 of file vulkan_structs.hpp.

◆ setSrcImageLayout()

VULKAN_HPP_CONSTEXPR_14 CopyImageInfo2& vk::CopyImageInfo2::setSrcImageLayout ( vk::ImageLayout  srcImageLayout_)
inline

Definition at line 17940 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::CopyImageInfo2::allowDuplicate = false
static

Definition at line 17875 of file vulkan_structs.hpp.

◆ dstImage

vk::Image vk::CopyImageInfo2::dstImage = {}

Definition at line 18033 of file vulkan_structs.hpp.

◆ dstImageLayout

vk::ImageLayout vk::CopyImageInfo2::dstImageLayout = vk::ImageLayout::eUndefined

Definition at line 18034 of file vulkan_structs.hpp.

◆ pNext

const void* vk::CopyImageInfo2::pNext = {}

Definition at line 18030 of file vulkan_structs.hpp.

◆ pRegions

const vk::ImageCopy2* vk::CopyImageInfo2::pRegions = {}

Definition at line 18036 of file vulkan_structs.hpp.

◆ regionCount

uint32_t vk::CopyImageInfo2::regionCount = {}

Definition at line 18035 of file vulkan_structs.hpp.

◆ srcImage

vk::Image vk::CopyImageInfo2::srcImage = {}

Definition at line 18031 of file vulkan_structs.hpp.

◆ srcImageLayout

vk::ImageLayout vk::CopyImageInfo2::srcImageLayout = vk::ImageLayout::eUndefined

Definition at line 18032 of file vulkan_structs.hpp.

◆ structureType

Definition at line 17876 of file vulkan_structs.hpp.

◆ sType

Definition at line 18029 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: