HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkCopyImageInfo2 Struct Reference

#include <vulkan_core.h>

Public Attributes

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

Detailed Description

Definition at line 7012 of file vulkan_core.h.

Member Data Documentation

VkImage VkCopyImageInfo2::dstImage

Definition at line 7017 of file vulkan_core.h.

VkImageLayout VkCopyImageInfo2::dstImageLayout

Definition at line 7018 of file vulkan_core.h.

const void* VkCopyImageInfo2::pNext

Definition at line 7014 of file vulkan_core.h.

const VkImageCopy2* VkCopyImageInfo2::pRegions

Definition at line 7020 of file vulkan_core.h.

uint32_t VkCopyImageInfo2::regionCount

Definition at line 7019 of file vulkan_core.h.

VkImage VkCopyImageInfo2::srcImage

Definition at line 7015 of file vulkan_core.h.

VkImageLayout VkCopyImageInfo2::srcImageLayout

Definition at line 7016 of file vulkan_core.h.

VkStructureType VkCopyImageInfo2::sType

Definition at line 7013 of file vulkan_core.h.


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