OGLShader shouldn't be public (yet)
This commit is contained in:
parent
ca39d5957c
commit
b16fdc1d48
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ using System.Linq;
|
|||
|
||||
namespace Ryujinx.Graphics.Gal.OpenGL
|
||||
{
|
||||
public class OGLShader
|
||||
class OGLShader
|
||||
{
|
||||
private class ShaderStage : IDisposable
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue