Vulkan-Hpp
vk::CopyBufferToImageInfo2 Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkCopyBufferToImageInfo2
 

Public Member Functions

VULKAN_HPP_CONSTEXPR CopyBufferToImageInfo2 (vk::Buffer srcBuffer_={}, vk::Image dstImage_={}, vk::ImageLayout dstImageLayout_=vk::ImageLayout::eUndefined, uint32_t regionCount_={}, const vk::BufferImageCopy2 *pRegions_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR CopyBufferToImageInfo2 (CopyBufferToImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 CopyBufferToImageInfo2 (VkCopyBufferToImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT
 
 CopyBufferToImageInfo2 (vk::Buffer srcBuffer_, vk::Image dstImage_, vk::ImageLayout dstImageLayout_, vk::ArrayProxyNoTemporaries< const vk::BufferImageCopy2 > const &regions_, const void *pNext_=nullptr)
 
CopyBufferToImageInfo2operator= (CopyBufferToImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT=default
 
CopyBufferToImageInfo2operator= (VkCopyBufferToImageInfo2 const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2setSrcBuffer (vk::Buffer srcBuffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2setDstImage (vk::Image dstImage_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2setDstImageLayout (vk::ImageLayout dstImageLayout_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2setRegionCount (uint32_t regionCount_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2setPRegions (const vk::BufferImageCopy2 *pRegions_) VULKAN_HPP_NOEXCEPT
 
CopyBufferToImageInfo2setRegions (vk::ArrayProxyNoTemporaries< const vk::BufferImageCopy2 > const &regions_) VULKAN_HPP_NOEXCEPT
 
 operator VkCopyBufferToImageInfo2 const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkCopyBufferToImageInfo2 & () VULKAN_HPP_NOEXCEPT
 
bool operator== (CopyBufferToImageInfo2 const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (CopyBufferToImageInfo2 const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eCopyBufferToImageInfo2
 
const void * pNext = {}
 
vk::Buffer srcBuffer = {}
 
vk::Image dstImage = {}
 
vk::ImageLayout dstImageLayout = vk::ImageLayout::eUndefined
 
uint32_t regionCount = {}
 
const vk::BufferImageCopy2pRegions = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 17308 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ CopyBufferToImageInfo2() [1/4]

VULKAN_HPP_CONSTEXPR vk::CopyBufferToImageInfo2::CopyBufferToImageInfo2 ( vk::Buffer  srcBuffer_ = {},
vk::Image  dstImage_ = {},
vk::ImageLayout  dstImageLayout_ = vk::ImageLayout::eUndefined,
uint32_t  regionCount_ = {},
const vk::BufferImageCopy2 pRegions_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 17316 of file vulkan_structs.hpp.

◆ CopyBufferToImageInfo2() [2/4]

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

◆ CopyBufferToImageInfo2() [3/4]

vk::CopyBufferToImageInfo2::CopyBufferToImageInfo2 ( VkCopyBufferToImageInfo2 const &  rhs)
inline

Definition at line 17333 of file vulkan_structs.hpp.

◆ CopyBufferToImageInfo2() [4/4]

vk::CopyBufferToImageInfo2::CopyBufferToImageInfo2 ( vk::Buffer  srcBuffer_,
vk::Image  dstImage_,
vk::ImageLayout  dstImageLayout_,
vk::ArrayProxyNoTemporaries< const vk::BufferImageCopy2 > const &  regions_,
const void *  pNext_ = nullptr 
)
inline

Definition at line 17339 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkCopyBufferToImageInfo2 &()

vk::CopyBufferToImageInfo2::operator VkCopyBufferToImageInfo2 & ( )
inline

Definition at line 17416 of file vulkan_structs.hpp.

◆ operator VkCopyBufferToImageInfo2 const &()

vk::CopyBufferToImageInfo2::operator VkCopyBufferToImageInfo2 const & ( ) const
inline

Definition at line 17411 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 17452 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

CopyBufferToImageInfo2& vk::CopyBufferToImageInfo2::operator= ( VkCopyBufferToImageInfo2 const &  rhs)
inline

Definition at line 17357 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 17442 of file vulkan_structs.hpp.

◆ setDstImage()

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

Definition at line 17376 of file vulkan_structs.hpp.

◆ setDstImageLayout()

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

Definition at line 17382 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 17364 of file vulkan_structs.hpp.

◆ setPRegions()

VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2& vk::CopyBufferToImageInfo2::setPRegions ( const vk::BufferImageCopy2 pRegions_)
inline

Definition at line 17394 of file vulkan_structs.hpp.

◆ setRegionCount()

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

Definition at line 17388 of file vulkan_structs.hpp.

◆ setRegions()

CopyBufferToImageInfo2& vk::CopyBufferToImageInfo2::setRegions ( vk::ArrayProxyNoTemporaries< const vk::BufferImageCopy2 > const &  regions_)
inline

Definition at line 17402 of file vulkan_structs.hpp.

◆ setSrcBuffer()

VULKAN_HPP_CONSTEXPR_14 CopyBufferToImageInfo2& vk::CopyBufferToImageInfo2::setSrcBuffer ( vk::Buffer  srcBuffer_)
inline

Definition at line 17370 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 17312 of file vulkan_structs.hpp.

◆ dstImage

vk::Image vk::CopyBufferToImageInfo2::dstImage = {}

Definition at line 17462 of file vulkan_structs.hpp.

◆ dstImageLayout

vk::ImageLayout vk::CopyBufferToImageInfo2::dstImageLayout = vk::ImageLayout::eUndefined

Definition at line 17463 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 17460 of file vulkan_structs.hpp.

◆ pRegions

const vk::BufferImageCopy2* vk::CopyBufferToImageInfo2::pRegions = {}

Definition at line 17465 of file vulkan_structs.hpp.

◆ regionCount

uint32_t vk::CopyBufferToImageInfo2::regionCount = {}

Definition at line 17464 of file vulkan_structs.hpp.

◆ srcBuffer

vk::Buffer vk::CopyBufferToImageInfo2::srcBuffer = {}

Definition at line 17461 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::CopyBufferToImageInfo2::structureType = StructureType::eCopyBufferToImageInfo2
static

Definition at line 17313 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::CopyBufferToImageInfo2::sType = StructureType::eCopyBufferToImageInfo2

Definition at line 17459 of file vulkan_structs.hpp.


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