struct CopyImageInfo2

Defined at line 18278 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Public Members

StructureType sType
const void * pNext
Image srcImage
ImageLayout srcImageLayout
Image dstImage
ImageLayout dstImageLayout
uint32_t regionCount
const vk::ImageCopy2 * pRegions

Public Methods

void CopyImageInfo2 (vk::Image srcImage_, vk::ImageLayout srcImageLayout_, vk::Image dstImage_, vk::ImageLayout dstImageLayout_, uint32_t regionCount_, const vk::ImageCopy2 * pRegions_, const void * pNext_)

Defined at line 18286 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void CopyImageInfo2 (const CopyImageInfo2 & rhs)

Defined at line 18303 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void CopyImageInfo2 (const VkCopyImageInfo2 & rhs)

Defined at line 18305 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

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

Defined at line 18308 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & operator= (const CopyImageInfo2 & rhs)

Defined at line 18325 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & operator= (const VkCopyImageInfo2 & rhs)

Defined at line 18328 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & setPNext (const void * pNext_)

Defined at line 18335 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & setSrcImage (vk::Image srcImage_)

Defined at line 18341 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & setSrcImageLayout (vk::ImageLayout srcImageLayout_)

Defined at line 18347 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & setDstImage (vk::Image dstImage_)

Defined at line 18353 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & setDstImageLayout (vk::ImageLayout dstImageLayout_)

Defined at line 18359 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & setRegionCount (uint32_t regionCount_)

Defined at line 18365 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

CopyImageInfo2 & setPRegions (const vk::ImageCopy2 * pRegions_)

Defined at line 18371 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

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

Defined at line 18378 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkCopyImageInfo2 & operator const VkCopyImageInfo2 & ()

Defined at line 18387 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkCopyImageInfo2 & operator VkCopyImageInfo2 & ()

Defined at line 18392 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const CopyImageInfo2 & )

Defined at line 18417 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp