ReactOS 0.4.17-dev-934-g091855f
VkMemoryToImageCopy Struct Reference

#include <vulkan.h>

Collaboration diagram for VkMemoryToImageCopy:

Public Attributes

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

Detailed Description

Definition at line 16499 of file vulkan.h.

Member Data Documentation

◆ imageExtent

VkExtent3D VkMemoryToImageCopy::imageExtent

Definition at line 16508 of file vulkan.h.

◆ imageOffset

VkOffset3D VkMemoryToImageCopy::imageOffset

Definition at line 16507 of file vulkan.h.

◆ imageSubresource

VkImageSubresourceLayers VkMemoryToImageCopy::imageSubresource

Definition at line 16506 of file vulkan.h.

◆ memoryImageHeight

uint32_t VkMemoryToImageCopy::memoryImageHeight

Definition at line 16505 of file vulkan.h.

◆ memoryRowLength

uint32_t VkMemoryToImageCopy::memoryRowLength

Definition at line 16504 of file vulkan.h.

◆ pHostPointer

const void* VkMemoryToImageCopy::pHostPointer

Definition at line 16503 of file vulkan.h.

◆ pNext

const void* VkMemoryToImageCopy::pNext

Definition at line 16502 of file vulkan.h.

◆ sType

VkStructureType VkMemoryToImageCopy::sType

Definition at line 16501 of file vulkan.h.


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