Vulkan-Hpp
VkCopyImageToMemoryInfoEXT Struct Reference

#include <vulkan_core.h>

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkHostImageCopyFlagsEXT flags
 
VkImage srcImage
 
VkImageLayout srcImageLayout
 
uint32_t regionCount
 
const VkImageToMemoryCopyEXTpRegions
 

Detailed Description

Definition at line 14895 of file vulkan_core.h.

Member Data Documentation

◆ flags

VkHostImageCopyFlagsEXT VkCopyImageToMemoryInfoEXT::flags

Definition at line 14898 of file vulkan_core.h.

◆ pNext

const void* VkCopyImageToMemoryInfoEXT::pNext

Definition at line 14897 of file vulkan_core.h.

◆ pRegions

const VkImageToMemoryCopyEXT* VkCopyImageToMemoryInfoEXT::pRegions

Definition at line 14902 of file vulkan_core.h.

◆ regionCount

uint32_t VkCopyImageToMemoryInfoEXT::regionCount

Definition at line 14901 of file vulkan_core.h.

◆ srcImage

VkImage VkCopyImageToMemoryInfoEXT::srcImage

Definition at line 14899 of file vulkan_core.h.

◆ srcImageLayout

VkImageLayout VkCopyImageToMemoryInfoEXT::srcImageLayout

Definition at line 14900 of file vulkan_core.h.

◆ sType

VkStructureType VkCopyImageToMemoryInfoEXT::sType

Definition at line 14896 of file vulkan_core.h.


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