Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
VkCopyImageToBufferInfo2 Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
VkBuffer dstBuffer
 
uint32_t regionCount
 
const VkBufferImageCopy2pRegions
 

Detailed Description

Definition at line 7120 of file vulkan_core.h.

Member Data Documentation

◆ dstBuffer

VkBuffer VkCopyImageToBufferInfo2::dstBuffer

Definition at line 7125 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageToBufferInfo2::pNext

Definition at line 7122 of file vulkan_core.h.

◆ pRegions

const VkBufferImageCopy2* VkCopyImageToBufferInfo2::pRegions

Definition at line 7127 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageToBufferInfo2::regionCount

Definition at line 7126 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageToBufferInfo2::srcImage

Definition at line 7123 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToBufferInfo2::srcImageLayout

Definition at line 7124 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageToBufferInfo2::sType

Definition at line 7121 of file vulkan_core.h.


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