Luna::Image::DDSDimension

enum DDSDimension : u32
{
    tex1d= 2
    tex2d= 3
    tex3d= 4
}

Specifies the dimension of one DDS texture.

Options