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

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
void * pHostPointer
 
uint32_t memoryRowLength
 
uint32_t memoryImageHeight
 
VkImageSubresourceLayers imageSubresource
 
VkOffset3D imageOffset
 
VkExtent3D imageExtent
 

Detailed Description

Definition at line 14164 of file vulkan_core.h.

Member Data Documentation

◆ imageExtent

VkExtent3D VkImageToMemoryCopyEXT::imageExtent

Definition at line 14172 of file vulkan_core.h.

◆ imageOffset

VkOffset3D VkImageToMemoryCopyEXT::imageOffset

Definition at line 14171 of file vulkan_core.h.

◆ imageSubresource

VkImageSubresourceLayers VkImageToMemoryCopyEXT::imageSubresource

Definition at line 14170 of file vulkan_core.h.

◆ memoryImageHeight

uint32_t VkImageToMemoryCopyEXT::memoryImageHeight

Definition at line 14169 of file vulkan_core.h.

◆ memoryRowLength

uint32_t VkImageToMemoryCopyEXT::memoryRowLength

Definition at line 14168 of file vulkan_core.h.

◆ pHostPointer

void* VkImageToMemoryCopyEXT::pHostPointer

Definition at line 14167 of file vulkan_core.h.

◆ pNext

const void* VkImageToMemoryCopyEXT::pNext

Definition at line 14166 of file vulkan_core.h.

◆ sType

VkStructureType VkImageToMemoryCopyEXT::sType

Definition at line 14165 of file vulkan_core.h.


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