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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkHostImageCopyFlagsEXT flags
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
VkImage dstImage
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkImageCopy2pRegions
 

Detailed Description

Definition at line 14195 of file vulkan_core.h.

Member Data Documentation

◆ dstImage

VkImage VkCopyImageToImageInfoEXT::dstImage

Definition at line 14201 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkCopyImageToImageInfoEXT::dstImageLayout

Definition at line 14202 of file vulkan_core.h.

◆ flags

VkHostImageCopyFlagsEXT VkCopyImageToImageInfoEXT::flags

Definition at line 14198 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageToImageInfoEXT::pNext

Definition at line 14197 of file vulkan_core.h.

◆ pRegions

const VkImageCopy2* VkCopyImageToImageInfoEXT::pRegions

Definition at line 14204 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageToImageInfoEXT::regionCount

Definition at line 14203 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageToImageInfoEXT::srcImage

Definition at line 14199 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToImageInfoEXT::srcImageLayout

Definition at line 14200 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageToImageInfoEXT::sType

Definition at line 14196 of file vulkan_core.h.


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