1 2 3 4 5 6 7 8 9 10
namespace Ryujinx.Graphics.Shader.Decoders { enum TextureDimensions { Texture1D = 0, Texture2D = 1, Texture3D = 2, TextureCube = 3 } }