mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 09:57:09 +02:00
Somewhat better ClearBuffers implementation
This commit is contained in:
parent
c6e873368c
commit
c7e95b1a16
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