Vulkan-Hpp
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 14905 of file vulkan_core.h.

Member Data Documentation

◆ dstImage

VkImage VkCopyImageToImageInfoEXT::dstImage

Definition at line 14911 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkCopyImageToImageInfoEXT::dstImageLayout

Definition at line 14912 of file vulkan_core.h.

◆ flags

VkHostImageCopyFlagsEXT VkCopyImageToImageInfoEXT::flags

Definition at line 14908 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageToImageInfoEXT::pNext

Definition at line 14907 of file vulkan_core.h.

◆ pRegions

const VkImageCopy2* VkCopyImageToImageInfoEXT::pRegions

Definition at line 14914 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageToImageInfoEXT::regionCount

Definition at line 14913 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageToImageInfoEXT::srcImage

Definition at line 14909 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToImageInfoEXT::srcImageLayout

Definition at line 14910 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageToImageInfoEXT::sType

Definition at line 14906 of file vulkan_core.h.


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