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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const voidpNext
 
VkBuffer srcBuffer
 
VkImage dstImage
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkBufferImageCopy2pRegions
 

Detailed Description

Definition at line 7034 of file vulkan_core.h.

Member Data Documentation

VkImage VkCopyBufferToImageInfo2::dstImage

Definition at line 7038 of file vulkan_core.h.

VkImageLayout VkCopyBufferToImageInfo2::dstImageLayout

Definition at line 7039 of file vulkan_core.h.

const void* VkCopyBufferToImageInfo2::pNext

Definition at line 7036 of file vulkan_core.h.

const VkBufferImageCopy2* VkCopyBufferToImageInfo2::pRegions

Definition at line 7041 of file vulkan_core.h.

uint32_t VkCopyBufferToImageInfo2::regionCount

Definition at line 7040 of file vulkan_core.h.

VkBuffer VkCopyBufferToImageInfo2::srcBuffer

Definition at line 7037 of file vulkan_core.h.

VkStructureType VkCopyBufferToImageInfo2::sType

Definition at line 7035 of file vulkan_core.h.


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