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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
VkBuffer dstBuffer
 
uint32_t regionCount
 
const VkBufferImageCopy2pRegions
 

Detailed Description

Definition at line 7044 of file vulkan_core.h.

Member Data Documentation

VkBuffer VkCopyImageToBufferInfo2::dstBuffer

Definition at line 7049 of file vulkan_core.h.

const void* VkCopyImageToBufferInfo2::pNext

Definition at line 7046 of file vulkan_core.h.

const VkBufferImageCopy2* VkCopyImageToBufferInfo2::pRegions

Definition at line 7051 of file vulkan_core.h.

uint32_t VkCopyImageToBufferInfo2::regionCount

Definition at line 7050 of file vulkan_core.h.

VkImage VkCopyImageToBufferInfo2::srcImage

Definition at line 7047 of file vulkan_core.h.

VkImageLayout VkCopyImageToBufferInfo2::srcImageLayout

Definition at line 7048 of file vulkan_core.h.

VkStructureType VkCopyImageToBufferInfo2::sType

Definition at line 7045 of file vulkan_core.h.


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