Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkCopyImageToImageInfoEXT Struct Reference

#include <vulkan_core.h>

Data Fields

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 15434 of file vulkan_core.h.

Field Documentation

◆ dstImage

VkImage VkCopyImageToImageInfoEXT::dstImage

Definition at line 15440 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkCopyImageToImageInfoEXT::dstImageLayout

Definition at line 15441 of file vulkan_core.h.

◆ flags

VkHostImageCopyFlagsEXT VkCopyImageToImageInfoEXT::flags

Definition at line 15437 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageToImageInfoEXT::pNext

Definition at line 15436 of file vulkan_core.h.

◆ pRegions

const VkImageCopy2* VkCopyImageToImageInfoEXT::pRegions

Definition at line 15443 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageToImageInfoEXT::regionCount

Definition at line 15442 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageToImageInfoEXT::srcImage

Definition at line 15438 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToImageInfoEXT::srcImageLayout

Definition at line 15439 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageToImageInfoEXT::sType

Definition at line 15435 of file vulkan_core.h.


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