Somewhat better ClearBuffers implementation

This commit is contained in:
gdkchan
2018-06-28 00:11:49 -03:00
parent e6eeb6f09f
commit 22f138628b
3 changed files with 16 additions and 19 deletions

View File

@ -2,7 +2,7 @@ namespace Ryujinx.Graphics.Gal
{
public interface IGalRasterizer
{
void ClearBuffers(int RtIndex, GalClearBufferFlags Flags);
void ClearBuffers(GalClearBufferFlags Flags);
bool IsVboCached(long Key, long DataSize);