Searched defs:SubresourceLayout (Results 1 – 1 of 1) sorted by relevance
2991 struct SubresourceLayout struct2993 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;