mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 15:07:11 +02:00
add performance hints
This commit is contained in:
parent
61ba5e7bff
commit
ff3099e4a1
10 changed files with 189 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue