SDL  2.0
VkCopyImageInfo2KHR Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkCopyImageInfo2KHR:

Data Fields

VkStructureType sType
 
const voidpNext
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
VkImage dstImage
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkImageCopy2KHRpRegions
 

Detailed Description

Definition at line 7490 of file vulkan_core.h.

Field Documentation

◆ dstImage

VkImage VkCopyImageInfo2KHR::dstImage

Definition at line 7495 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkCopyImageInfo2KHR::dstImageLayout

Definition at line 7496 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageInfo2KHR::pNext

Definition at line 7492 of file vulkan_core.h.

◆ pRegions

const VkImageCopy2KHR* VkCopyImageInfo2KHR::pRegions

Definition at line 7498 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageInfo2KHR::regionCount

Definition at line 7497 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageInfo2KHR::srcImage

Definition at line 7493 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageInfo2KHR::srcImageLayout

Definition at line 7494 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageInfo2KHR::sType

Definition at line 7491 of file vulkan_core.h.


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