ReactOS 0.4.17-dev-934-g091855f
VkCopyImageToMemoryInfo Struct Reference

#include <vulkan.h>

Collaboration diagram for VkCopyImageToMemoryInfo:

Public Member Functions

VkImage WINE_VK_ALIGN (8) srcImage
 

Public Attributes

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

Detailed Description

Definition at line 17271 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN()

VkImage VkCopyImageToMemoryInfo::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ flags

VkHostImageCopyFlags VkCopyImageToMemoryInfo::flags

Definition at line 17275 of file vulkan.h.

◆ pNext

const void* VkCopyImageToMemoryInfo::pNext

Definition at line 17274 of file vulkan.h.

◆ pRegions

const VkImageToMemoryCopy* VkCopyImageToMemoryInfo::pRegions

Definition at line 17279 of file vulkan.h.

◆ regionCount

uint32_t VkCopyImageToMemoryInfo::regionCount

Definition at line 17278 of file vulkan.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToMemoryInfo::srcImageLayout

Definition at line 17277 of file vulkan.h.

◆ sType

VkStructureType VkCopyImageToMemoryInfo::sType

Definition at line 17273 of file vulkan.h.


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