OGLShader shouldn't be public (yet)

This commit is contained in:
gdkchan 2018-06-23 01:24:57 -03:00
commit b16fdc1d48

View file

@ -7,7 +7,7 @@ using System.Linq;
namespace Ryujinx.Graphics.Gal.OpenGL namespace Ryujinx.Graphics.Gal.OpenGL
{ {
public class OGLShader class OGLShader
{ {
private class ShaderStage : IDisposable private class ShaderStage : IDisposable
{ {