Somewhat better ClearBuffers implementation
This commit is contained in:
parent
e6eeb6f09f
commit
22f138628b
3 changed files with 16 additions and 19 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue