|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkBlitImageInfo2KHR:Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkImage | srcImage |
| VkImageLayout | srcImageLayout |
| VkImage | dstImage |
| VkImageLayout | dstImageLayout |
| uint32_t | regionCount |
| const VkImageBlit2KHR * | pRegions |
| VkFilter | filter |
Definition at line 7541 of file vulkan_core.h.
| VkImage VkBlitImageInfo2KHR::dstImage |
Definition at line 7546 of file vulkan_core.h.
| VkImageLayout VkBlitImageInfo2KHR::dstImageLayout |
Definition at line 7547 of file vulkan_core.h.
| VkFilter VkBlitImageInfo2KHR::filter |
Definition at line 7550 of file vulkan_core.h.
| const void* VkBlitImageInfo2KHR::pNext |
Definition at line 7543 of file vulkan_core.h.
| const VkImageBlit2KHR* VkBlitImageInfo2KHR::pRegions |
Definition at line 7549 of file vulkan_core.h.
| uint32_t VkBlitImageInfo2KHR::regionCount |
Definition at line 7548 of file vulkan_core.h.
| VkImage VkBlitImageInfo2KHR::srcImage |
Definition at line 7544 of file vulkan_core.h.
| VkImageLayout VkBlitImageInfo2KHR::srcImageLayout |
Definition at line 7545 of file vulkan_core.h.
| VkStructureType VkBlitImageInfo2KHR::sType |
Definition at line 7542 of file vulkan_core.h.