Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkImage | srcImage |
VkImageLayout | srcImageLayout |
VkImage | dstImage |
VkImageLayout | dstImageLayout |
uint32_t | regionCount |
const VkImageResolve2 * | pRegions |
Definition at line 7196 of file vulkan_core.h.
VkImage VkResolveImageInfo2::dstImage |
Definition at line 7201 of file vulkan_core.h.
VkImageLayout VkResolveImageInfo2::dstImageLayout |
Definition at line 7202 of file vulkan_core.h.
const void* VkResolveImageInfo2::pNext |
Definition at line 7198 of file vulkan_core.h.
const VkImageResolve2* VkResolveImageInfo2::pRegions |
Definition at line 7204 of file vulkan_core.h.
uint32_t VkResolveImageInfo2::regionCount |
Definition at line 7203 of file vulkan_core.h.
VkImage VkResolveImageInfo2::srcImage |
Definition at line 7199 of file vulkan_core.h.
VkImageLayout VkResolveImageInfo2::srcImageLayout |
Definition at line 7200 of file vulkan_core.h.
VkStructureType VkResolveImageInfo2::sType |
Definition at line 7197 of file vulkan_core.h.