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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkBuffer srcBuffer
 
VkImage dstImage
 
VkImageLayout dstImageLayout
 
uint32_t regionCount
 
const VkBufferImageCopy2pRegions
 

Detailed Description

Definition at line 7110 of file vulkan_core.h.

Member Data Documentation

◆ dstImage

VkImage VkCopyBufferToImageInfo2::dstImage

Definition at line 7114 of file vulkan_core.h.

◆ dstImageLayout

VkImageLayout VkCopyBufferToImageInfo2::dstImageLayout

Definition at line 7115 of file vulkan_core.h.

◆ pNext

const void* VkCopyBufferToImageInfo2::pNext

Definition at line 7112 of file vulkan_core.h.

◆ pRegions

const VkBufferImageCopy2* VkCopyBufferToImageInfo2::pRegions

Definition at line 7117 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyBufferToImageInfo2::regionCount

Definition at line 7116 of file vulkan_core.h.

◆ srcBuffer

VkBuffer VkCopyBufferToImageInfo2::srcBuffer

Definition at line 7113 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyBufferToImageInfo2::sType

Definition at line 7111 of file vulkan_core.h.


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