ReactOS 0.4.17-dev-934-g091855f
VkImageToMemoryCopy Struct Reference

#include <vulkan.h>

Collaboration diagram for VkImageToMemoryCopy:

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 16440 of file vulkan.h.

Member Data Documentation

◆ imageExtent

VkExtent3D VkImageToMemoryCopy::imageExtent

Definition at line 16449 of file vulkan.h.

◆ imageOffset

VkOffset3D VkImageToMemoryCopy::imageOffset

Definition at line 16448 of file vulkan.h.

◆ imageSubresource

VkImageSubresourceLayers VkImageToMemoryCopy::imageSubresource

Definition at line 16447 of file vulkan.h.

◆ memoryImageHeight

uint32_t VkImageToMemoryCopy::memoryImageHeight

Definition at line 16446 of file vulkan.h.

◆ memoryRowLength

uint32_t VkImageToMemoryCopy::memoryRowLength

Definition at line 16445 of file vulkan.h.

◆ pHostPointer

void* VkImageToMemoryCopy::pHostPointer

Definition at line 16444 of file vulkan.h.

◆ pNext

const void* VkImageToMemoryCopy::pNext

Definition at line 16443 of file vulkan.h.

◆ sType

VkStructureType VkImageToMemoryCopy::sType

Definition at line 16442 of file vulkan.h.


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