namespace SM.OGL.Shaders { public interface IUniform { int Location { get; } } }