Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkDeviceSize | offset |
VkDeviceSize | size |
VkDeviceSize | rowPitch |
VkDeviceSize | arrayPitch |
VkDeviceSize | depthPitch |
Definition at line 3384 of file vulkan_core.h.
VkDeviceSize VkSubresourceLayout::arrayPitch |
Definition at line 3388 of file vulkan_core.h.
VkDeviceSize VkSubresourceLayout::depthPitch |
Definition at line 3389 of file vulkan_core.h.
VkDeviceSize VkSubresourceLayout::offset |
Definition at line 3385 of file vulkan_core.h.
VkDeviceSize VkSubresourceLayout::rowPitch |
Definition at line 3387 of file vulkan_core.h.
VkDeviceSize VkSubresourceLayout::size |
Definition at line 3386 of file vulkan_core.h.