Luna::Image::DDSSubresource
Describes one subresource in one DDS image.
struct Luna::Image::DDSSubresource
Member objects
-
The width of this subresource in pixels.
-
The height of this subresource in pixels.
-
The depth of this subresource in pixels.
-
The number of bytes to advance between every two rows of data of this subresource.
-
The number of bytes to advance between every two slices (rows * columns) of data of this subresource.
-
The offset, in bytes, of the beginning data of this subresource from the beginning of the image pixel data.