Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkSubresourceLayout |
Public Attributes | |
vk::DeviceSize | offset = {} |
vk::DeviceSize | size = {} |
vk::DeviceSize | rowPitch = {} |
vk::DeviceSize | arrayPitch = {} |
vk::DeviceSize | depthPitch = {} |
Definition at line 43912 of file vulkan_structs.hpp.
Definition at line 43914 of file vulkan_structs.hpp.
|
inline |
Definition at line 43917 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 43932 of file vulkan_structs.hpp.
|
inline |
Definition at line 43980 of file vulkan_structs.hpp.
|
inline |
Definition at line 43975 of file vulkan_structs.hpp.
|
inline |
Definition at line 44014 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 43937 of file vulkan_structs.hpp.
|
inline |
Definition at line 44004 of file vulkan_structs.hpp.
|
inline |
Definition at line 43962 of file vulkan_structs.hpp.
|
inline |
Definition at line 43968 of file vulkan_structs.hpp.
|
inline |
Definition at line 43944 of file vulkan_structs.hpp.
|
inline |
Definition at line 43956 of file vulkan_structs.hpp.
|
inline |
Definition at line 43950 of file vulkan_structs.hpp.
vk::DeviceSize vk::SubresourceLayout::arrayPitch = {} |
Definition at line 44024 of file vulkan_structs.hpp.
vk::DeviceSize vk::SubresourceLayout::depthPitch = {} |
Definition at line 44025 of file vulkan_structs.hpp.
vk::DeviceSize vk::SubresourceLayout::offset = {} |
Definition at line 44021 of file vulkan_structs.hpp.
vk::DeviceSize vk::SubresourceLayout::rowPitch = {} |
Definition at line 44023 of file vulkan_structs.hpp.
vk::DeviceSize vk::SubresourceLayout::size = {} |
Definition at line 44022 of file vulkan_structs.hpp.