|
SDL
2.0
|
#include <vulkan_core.h>
Collaboration diagram for VkCopyBufferToImageInfo2KHR:Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkBuffer | srcBuffer |
| VkImage | dstImage |
| VkImageLayout | dstImageLayout |
| uint32_t | regionCount |
| const VkBufferImageCopy2KHR * | pRegions |
Definition at line 7512 of file vulkan_core.h.
| VkImage VkCopyBufferToImageInfo2KHR::dstImage |
Definition at line 7516 of file vulkan_core.h.
| VkImageLayout VkCopyBufferToImageInfo2KHR::dstImageLayout |
Definition at line 7517 of file vulkan_core.h.
| const void* VkCopyBufferToImageInfo2KHR::pNext |
Definition at line 7514 of file vulkan_core.h.
| const VkBufferImageCopy2KHR* VkCopyBufferToImageInfo2KHR::pRegions |
Definition at line 7519 of file vulkan_core.h.
| uint32_t VkCopyBufferToImageInfo2KHR::regionCount |
Definition at line 7518 of file vulkan_core.h.
| VkBuffer VkCopyBufferToImageInfo2KHR::srcBuffer |
Definition at line 7515 of file vulkan_core.h.
| VkStructureType VkCopyBufferToImageInfo2KHR::sType |
Definition at line 7513 of file vulkan_core.h.