Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkDeviceSize | bufferOffset |
uint32_t | bufferRowLength |
uint32_t | bufferImageHeight |
VkImageSubresourceLayers | imageSubresource |
VkOffset3D | imageOffset |
VkExtent3D | imageExtent |
Definition at line 3947 of file vulkan_core.h.
uint32_t VkBufferImageCopy::bufferImageHeight |
Definition at line 3950 of file vulkan_core.h.
VkDeviceSize VkBufferImageCopy::bufferOffset |
Definition at line 3948 of file vulkan_core.h.
uint32_t VkBufferImageCopy::bufferRowLength |
Definition at line 3949 of file vulkan_core.h.
VkExtent3D VkBufferImageCopy::imageExtent |
Definition at line 3953 of file vulkan_core.h.
VkOffset3D VkBufferImageCopy::imageOffset |
Definition at line 3952 of file vulkan_core.h.
VkImageSubresourceLayers VkBufferImageCopy::imageSubresource |
Definition at line 3951 of file vulkan_core.h.