Luna::RHI::TextureType

enum TextureType : u8
{
    tex1d
    tex2d
    tex3d
}

Specifies the texture type.

Options

  • tex1d

    Specify one-dimensional texture.

  • tex2d

    Specify two-dimensional texture.

  • tex3d

    Specify three-dimensional texture.