ReactOS 0.4.17-dev-934-g091855f
VkCopyBufferToImageInfo2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkCopyBufferToImageInfo2:

Public Member Functions

VkBuffer WINE_VK_ALIGN (8) srcBuffer
 
VkImage WINE_VK_ALIGN (8) dstImage
 

Public Attributes

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

Detailed Description

Definition at line 16089 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/2]

VkImage VkCopyBufferToImageInfo2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/2]

VkBuffer VkCopyBufferToImageInfo2::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ dstImageLayout

VkImageLayout VkCopyBufferToImageInfo2::dstImageLayout

Definition at line 16095 of file vulkan.h.

◆ pNext

const void* VkCopyBufferToImageInfo2::pNext

Definition at line 16092 of file vulkan.h.

◆ pRegions

const VkBufferImageCopy2* VkCopyBufferToImageInfo2::pRegions

Definition at line 16097 of file vulkan.h.

◆ regionCount

uint32_t VkCopyBufferToImageInfo2::regionCount

Definition at line 16096 of file vulkan.h.

◆ sType

VkStructureType VkCopyBufferToImageInfo2::sType

Definition at line 16091 of file vulkan.h.


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