Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkCopyImageInfo2 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 VkImageCopy2pRegions
 

Detailed Description

Definition at line 7088 of file vulkan_core.h.

Member Data Documentation

◆ dstImage

VkImage VkCopyImageInfo2::dstImage

Definition at line 7093 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkCopyImageInfo2::dstImageLayout

Definition at line 7094 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageInfo2::pNext

Definition at line 7090 of file vulkan_core.h.

◆ pRegions

const VkImageCopy2* VkCopyImageInfo2::pRegions

Definition at line 7096 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageInfo2::regionCount

Definition at line 7095 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageInfo2::srcImage

Definition at line 7091 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageInfo2::srcImageLayout

Definition at line 7092 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageInfo2::sType

Definition at line 7089 of file vulkan_core.h.


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