SDL  2.0
VkCopyImageToBufferInfo2KHR Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkCopyImageToBufferInfo2KHR:

Data Fields

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

Detailed Description

Definition at line 7522 of file vulkan_core.h.

Field Documentation

◆ dstBuffer

VkBuffer VkCopyImageToBufferInfo2KHR::dstBuffer

Definition at line 7527 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageToBufferInfo2KHR::pNext

Definition at line 7524 of file vulkan_core.h.

◆ pRegions

const VkBufferImageCopy2KHR* VkCopyImageToBufferInfo2KHR::pRegions

Definition at line 7529 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageToBufferInfo2KHR::regionCount

Definition at line 7528 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageToBufferInfo2KHR::srcImage

Definition at line 7525 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToBufferInfo2KHR::srcImageLayout

Definition at line 7526 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageToBufferInfo2KHR::sType

Definition at line 7523 of file vulkan_core.h.


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