1 2 3 4 5 6 7 8 9 10 11 12 13
namespace Ryujinx.Graphics.Gal { public enum GalVertexAttribType { Snorm = 1, Unorm = 2, Sint = 3, Uint = 4, Uscaled = 5, Sscaled = 6, Float = 7 } }