|
SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
| VkDeviceSize | offset |
| VkDeviceSize | size |
| VkDeviceSize | rowPitch |
| VkDeviceSize | arrayPitch |
| VkDeviceSize | depthPitch |
Definition at line 2234 of file vulkan_core.h.
| VkDeviceSize VkSubresourceLayout::arrayPitch |
Definition at line 2238 of file vulkan_core.h.
| VkDeviceSize VkSubresourceLayout::depthPitch |
Definition at line 2239 of file vulkan_core.h.
| VkDeviceSize VkSubresourceLayout::offset |
Definition at line 2235 of file vulkan_core.h.
| VkDeviceSize VkSubresourceLayout::rowPitch |
Definition at line 2237 of file vulkan_core.h.
| VkDeviceSize VkSubresourceLayout::size |
Definition at line 2236 of file vulkan_core.h.