add performance hints

This commit is contained in:
Emmanuel Hansen 2023-07-20 13:35:07 +00:00
parent 61ba5e7bff
commit ff3099e4a1
10 changed files with 189 additions and 7 deletions

View file

@ -477,6 +477,9 @@ namespace Ryujinx.Graphics.Vulkan
{
_gd.SwapchainApi.QueuePresent(_gd.Queue, presentInfo);
}
//While this does nothing in most cases, it's useful to notify the end of the frame.
swapBuffersCallback?.Invoke();
}
public override void SetAntiAliasing(AntiAliasing effect)