ReactOS 0.4.17-dev-934-g091855f
VkResolveImageInfo2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkResolveImageInfo2:

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 VkImageResolve2 * pRegions
 

Detailed Description

Definition at line 16823 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/2]

VkImage VkResolveImageInfo2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/2]

VkImage VkResolveImageInfo2::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ dstImageLayout

VkImageLayout VkResolveImageInfo2::dstImageLayout

Definition at line 16830 of file vulkan.h.

◆ pNext

const void* VkResolveImageInfo2::pNext

Definition at line 16826 of file vulkan.h.

◆ pRegions

const VkImageResolve2* VkResolveImageInfo2::pRegions

Definition at line 16832 of file vulkan.h.

◆ regionCount

uint32_t VkResolveImageInfo2::regionCount

Definition at line 16831 of file vulkan.h.

◆ srcImageLayout

VkImageLayout VkResolveImageInfo2::srcImageLayout

Definition at line 16828 of file vulkan.h.

◆ sType

VkStructureType VkResolveImageInfo2::sType

Definition at line 16825 of file vulkan.h.


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