Vulkan-Hpp
VkSubresourceLayout Struct Reference

#include <vulkan_core.h>

Public Attributes

VkDeviceSize offset
 
VkDeviceSize size
 
VkDeviceSize rowPitch
 
VkDeviceSize arrayPitch
 
VkDeviceSize depthPitch
 

Detailed Description

Definition at line 3384 of file vulkan_core.h.

Member Data Documentation

◆ arrayPitch

VkDeviceSize VkSubresourceLayout::arrayPitch

Definition at line 3388 of file vulkan_core.h.

◆ depthPitch

VkDeviceSize VkSubresourceLayout::depthPitch

Definition at line 3389 of file vulkan_core.h.

◆ offset

VkDeviceSize VkSubresourceLayout::offset

Definition at line 3385 of file vulkan_core.h.

◆ rowPitch

VkDeviceSize VkSubresourceLayout::rowPitch

Definition at line 3387 of file vulkan_core.h.

◆ size

VkDeviceSize VkSubresourceLayout::size

Definition at line 3386 of file vulkan_core.h.


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