|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkCopyImageInfo2KHR:Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkImage | srcImage |
| VkImageLayout | srcImageLayout |
| VkImage | dstImage |
| VkImageLayout | dstImageLayout |
| uint32_t | regionCount |
| const VkImageCopy2KHR * | pRegions |
Definition at line 7490 of file vulkan_core.h.
| VkImage VkCopyImageInfo2KHR::dstImage |
Definition at line 7495 of file vulkan_core.h.
| VkImageLayout VkCopyImageInfo2KHR::dstImageLayout |
Definition at line 7496 of file vulkan_core.h.
| const void* VkCopyImageInfo2KHR::pNext |
Definition at line 7492 of file vulkan_core.h.
| const VkImageCopy2KHR* VkCopyImageInfo2KHR::pRegions |
Definition at line 7498 of file vulkan_core.h.
| uint32_t VkCopyImageInfo2KHR::regionCount |
Definition at line 7497 of file vulkan_core.h.
| VkImage VkCopyImageInfo2KHR::srcImage |
Definition at line 7493 of file vulkan_core.h.
| VkImageLayout VkCopyImageInfo2KHR::srcImageLayout |
Definition at line 7494 of file vulkan_core.h.
| VkStructureType VkCopyImageInfo2KHR::sType |
Definition at line 7491 of file vulkan_core.h.