Some small shader related fixes (#258)

* Some small shader related fixes

* Address PR feedback
This commit is contained in:
gdkchan
2018-07-14 13:08:39 -03:00
committed by GitHub
parent 494f8f0248
commit 2f37583ab3
6 changed files with 57 additions and 28 deletions

View File

@ -18,6 +18,8 @@ namespace Ryujinx.Graphics.Gal
void Bind(long Key);
void Unbind(GalShaderType Type);
void BindProgram();
}
}