Flutter Engine
The Flutter Engine
|
#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 7139 of file vulkan_core.h.
VkImage VkBlitImageInfo2::dstImage |
Definition at line 7144 of file vulkan_core.h.
VkImageLayout VkBlitImageInfo2::dstImageLayout |
Definition at line 7145 of file vulkan_core.h.
VkFilter VkBlitImageInfo2::filter |
Definition at line 7148 of file vulkan_core.h.
const void* VkBlitImageInfo2::pNext |
Definition at line 7141 of file vulkan_core.h.
const VkImageBlit2* VkBlitImageInfo2::pRegions |
Definition at line 7147 of file vulkan_core.h.
uint32_t VkBlitImageInfo2::regionCount |
Definition at line 7146 of file vulkan_core.h.
VkImage VkBlitImageInfo2::srcImage |
Definition at line 7142 of file vulkan_core.h.
VkImageLayout VkBlitImageInfo2::srcImageLayout |
Definition at line 7143 of file vulkan_core.h.
VkStructureType VkBlitImageInfo2::sType |
Definition at line 7140 of file vulkan_core.h.