SDL  2.0
VkCopyBufferToImageInfo2KHR Struct Reference

#include <vulkan_core.h>

+ Collaboration diagram for VkCopyBufferToImageInfo2KHR:

Data Fields

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

Detailed Description

Definition at line 7512 of file vulkan_core.h.

Field Documentation

◆ dstImage

VkImage VkCopyBufferToImageInfo2KHR::dstImage

Definition at line 7516 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkCopyBufferToImageInfo2KHR::dstImageLayout

Definition at line 7517 of file vulkan_core.h.

◆ pNext

const void* VkCopyBufferToImageInfo2KHR::pNext

Definition at line 7514 of file vulkan_core.h.

◆ pRegions

const VkBufferImageCopy2KHR* VkCopyBufferToImageInfo2KHR::pRegions

Definition at line 7519 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyBufferToImageInfo2KHR::regionCount

Definition at line 7518 of file vulkan_core.h.

◆ srcBuffer

VkBuffer VkCopyBufferToImageInfo2KHR::srcBuffer

Definition at line 7515 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyBufferToImageInfo2KHR::sType

Definition at line 7513 of file vulkan_core.h.


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