ReactOS 0.4.17-dev-934-g091855f
VkCopyImageToBufferInfo2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkCopyImageToBufferInfo2:

Public Member Functions

VkImage WINE_VK_ALIGN (8) srcImage
 
VkBuffer WINE_VK_ALIGN (8) dstBuffer
 

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImageLayout srcImageLayout
 
uint32_t regionCount
 
const VkBufferImageCopy2 * pRegions
 

Detailed Description

Definition at line 16101 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/2]

VkBuffer VkCopyImageToBufferInfo2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/2]

VkImage VkCopyImageToBufferInfo2::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ pNext

const void* VkCopyImageToBufferInfo2::pNext

Definition at line 16104 of file vulkan.h.

◆ pRegions

const VkBufferImageCopy2* VkCopyImageToBufferInfo2::pRegions

Definition at line 16109 of file vulkan.h.

◆ regionCount

uint32_t VkCopyImageToBufferInfo2::regionCount

Definition at line 16108 of file vulkan.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToBufferInfo2::srcImageLayout

Definition at line 16106 of file vulkan.h.

◆ sType

VkStructureType VkCopyImageToBufferInfo2::sType

Definition at line 16103 of file vulkan.h.


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