Home
last modified time | relevance | path

Searched defs:SubresourceLayout (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp2991 struct SubresourceLayout struct
2993 operator const VkSubresourceLayout&() const in operator const VkSubresourceLayout&()
2998 bool operator==( SubresourceLayout const& rhs ) const in operator ==()
3007 bool operator!=( SubresourceLayout const& rhs ) const in operator !=()
3012 DeviceSize offset;
3013 DeviceSize size;
3014 DeviceSize rowPitch;
3015 DeviceSize arrayPitch;
3016 DeviceSize depthPitch;