|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| operator VkSubresourceLayout const & () const | |
| operator VkSubresourceLayout & () | |
| bool | operator== (SubresourceLayout const &rhs) const |
| bool | operator!= (SubresourceLayout const &rhs) const |
Data Fields | |
| DeviceSize | offset |
| DeviceSize | size |
| DeviceSize | rowPitch |
| DeviceSize | arrayPitch |
| DeviceSize | depthPitch |
Definition at line 5829 of file vulkan.hpp.
|
inline |
Definition at line 5836 of file vulkan.hpp.
|
inline |
Definition at line 5831 of file vulkan.hpp.
|
inline |
Definition at line 5850 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 5841 of file vulkan.hpp.
References arrayPitch, depthPitch, offset, rowPitch, and size.
Referenced by operator!=().
| DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::arrayPitch |
Definition at line 5858 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::depthPitch |
Definition at line 5859 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::offset |
Definition at line 5855 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::rowPitch |
Definition at line 5857 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::SubresourceLayout::size |
Definition at line 5856 of file vulkan.hpp.
Referenced by operator==().