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

#include <vulkan_core.h>

Public Attributes

VkDeviceSize bufferOffset
 
uint32_t bufferRowLength
 
uint32_t bufferImageHeight
 
VkImageSubresourceLayers imageSubresource
 
VkOffset3D imageOffset
 
VkExtent3D imageExtent
 

Detailed Description

Definition at line 3910 of file vulkan_core.h.

Member Data Documentation

◆ bufferImageHeight

uint32_t VkBufferImageCopy::bufferImageHeight

Definition at line 3913 of file vulkan_core.h.

◆ bufferOffset

VkDeviceSize VkBufferImageCopy::bufferOffset

Definition at line 3911 of file vulkan_core.h.

◆ bufferRowLength

uint32_t VkBufferImageCopy::bufferRowLength

Definition at line 3912 of file vulkan_core.h.

◆ imageExtent

VkExtent3D VkBufferImageCopy::imageExtent

Definition at line 3916 of file vulkan_core.h.

◆ imageOffset

VkOffset3D VkBufferImageCopy::imageOffset

Definition at line 3915 of file vulkan_core.h.

◆ imageSubresource

VkImageSubresourceLayers VkBufferImageCopy::imageSubresource

Definition at line 3914 of file vulkan_core.h.


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