ReactOS 0.4.17-dev-934-g091855f
VkCopyImageToImageInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkCopyImageToImageInfo:

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 17257 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/2]

VkImage VkCopyImageToImageInfo::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/2]

VkImage VkCopyImageToImageInfo::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ dstImageLayout

VkImageLayout VkCopyImageToImageInfo::dstImageLayout

Definition at line 17265 of file vulkan.h.

◆ flags

VkHostImageCopyFlags VkCopyImageToImageInfo::flags

Definition at line 17261 of file vulkan.h.

◆ pNext

const void* VkCopyImageToImageInfo::pNext

Definition at line 17260 of file vulkan.h.

◆ pRegions

const VkImageCopy2* VkCopyImageToImageInfo::pRegions

Definition at line 17267 of file vulkan.h.

◆ regionCount

uint32_t VkCopyImageToImageInfo::regionCount

Definition at line 17266 of file vulkan.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToImageInfo::srcImageLayout

Definition at line 17263 of file vulkan.h.

◆ sType

VkStructureType VkCopyImageToImageInfo::sType

Definition at line 17259 of file vulkan.h.


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