SDL  2.0
VkSubresourceLayout Struct Reference

#include <vulkan.h>

Data Fields

VkDeviceSize offset
 
VkDeviceSize size
 
VkDeviceSize rowPitch
 
VkDeviceSize arrayPitch
 
VkDeviceSize depthPitch
 

Detailed Description

Definition at line 1869 of file vulkan.h.

Field Documentation

◆ arrayPitch

VkDeviceSize VkSubresourceLayout::arrayPitch

Definition at line 1873 of file vulkan.h.

◆ depthPitch

VkDeviceSize VkSubresourceLayout::depthPitch

Definition at line 1874 of file vulkan.h.

◆ offset

VkDeviceSize VkSubresourceLayout::offset

Definition at line 1870 of file vulkan.h.

◆ rowPitch

VkDeviceSize VkSubresourceLayout::rowPitch

Definition at line 1872 of file vulkan.h.

◆ size

VkDeviceSize VkSubresourceLayout::size

Definition at line 1871 of file vulkan.h.


The documentation for this struct was generated from the following file: