HDK
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkImage | srcImage |
VkImageLayout | srcImageLayout |
VkImage | dstImage |
VkImageLayout | dstImageLayout |
uint32_t | regionCount |
const VkImageBlit2 * | pRegions |
VkFilter | filter |
Definition at line 7063 of file vulkan_core.h.
VkImage VkBlitImageInfo2::dstImage |
Definition at line 7068 of file vulkan_core.h.
VkImageLayout VkBlitImageInfo2::dstImageLayout |
Definition at line 7069 of file vulkan_core.h.
VkFilter VkBlitImageInfo2::filter |
Definition at line 7072 of file vulkan_core.h.
const void* VkBlitImageInfo2::pNext |
Definition at line 7065 of file vulkan_core.h.
const VkImageBlit2* VkBlitImageInfo2::pRegions |
Definition at line 7071 of file vulkan_core.h.
uint32_t VkBlitImageInfo2::regionCount |
Definition at line 7070 of file vulkan_core.h.
VkImage VkBlitImageInfo2::srcImage |
Definition at line 7066 of file vulkan_core.h.
VkImageLayout VkBlitImageInfo2::srcImageLayout |
Definition at line 7067 of file vulkan_core.h.
VkStructureType VkBlitImageInfo2::sType |
Definition at line 7064 of file vulkan_core.h.