Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkResolveImageInfo2 Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
VkImage dstImage
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkImageResolve2pRegions
 

Detailed Description

Definition at line 7161 of file vulkan_core.h.

Member Data Documentation

◆ dstImage

VkImage VkResolveImageInfo2::dstImage

Definition at line 7166 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkResolveImageInfo2::dstImageLayout

Definition at line 7167 of file vulkan_core.h.

◆ pNext

const void* VkResolveImageInfo2::pNext

Definition at line 7163 of file vulkan_core.h.

◆ pRegions

const VkImageResolve2* VkResolveImageInfo2::pRegions

Definition at line 7169 of file vulkan_core.h.

◆ regionCount

uint32_t VkResolveImageInfo2::regionCount

Definition at line 7168 of file vulkan_core.h.

◆ srcImage

VkImage VkResolveImageInfo2::srcImage

Definition at line 7164 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkResolveImageInfo2::srcImageLayout

Definition at line 7165 of file vulkan_core.h.

◆ sType

VkStructureType VkResolveImageInfo2::sType

Definition at line 7162 of file vulkan_core.h.


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