mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-06 21:19:00 -06:00
Replace glFinish with barrier for WaitForIdle (#878)
This commit is contained in:
@@ -4,6 +4,8 @@ namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public interface IPipeline
|
||||
{
|
||||
void Barrier();
|
||||
|
||||
void ClearRenderTargetColor(int index, uint componentMask, ColorF color);
|
||||
|
||||
void ClearRenderTargetDepthStencil(
|
||||
|
||||
Reference in New Issue
Block a user