ReactOS 0.4.17-dev-934-g091855f
VkCopyImageInfo2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkCopyImageInfo2:

Public Member Functions

VkImage WINE_VK_ALIGN (8) srcImage
 
VkImage WINE_VK_ALIGN (8) dstImage
 

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImageLayout srcImageLayout
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkImageCopy2 * pRegions
 

Detailed Description

Definition at line 17244 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/2]

VkImage VkCopyImageInfo2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/2]

VkImage VkCopyImageInfo2::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ dstImageLayout

VkImageLayout VkCopyImageInfo2::dstImageLayout

Definition at line 17251 of file vulkan.h.

◆ pNext

const void* VkCopyImageInfo2::pNext

Definition at line 17247 of file vulkan.h.

◆ pRegions

const VkImageCopy2* VkCopyImageInfo2::pRegions

Definition at line 17253 of file vulkan.h.

◆ regionCount

uint32_t VkCopyImageInfo2::regionCount

Definition at line 17252 of file vulkan.h.

◆ srcImageLayout

VkImageLayout VkCopyImageInfo2::srcImageLayout

Definition at line 17249 of file vulkan.h.

◆ sType

VkStructureType VkCopyImageInfo2::sType

Definition at line 17246 of file vulkan.h.


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