Implement shader compile counter (Avalonia)

This commit is contained in:
MutantAura 2024-04-21 17:00:45 +01:00
parent ca59c3f499
commit 67b873645f
9 changed files with 81 additions and 5 deletions

View file

@ -14,6 +14,8 @@ namespace Ryujinx.Graphics.GAL
IWindow Window { get; }
uint ProgramCount { get; }
void BackgroundContextAction(Action action, bool alwaysBackground = false);
BufferHandle CreateBuffer(int size, BufferAccess access = BufferAccess.Default);