mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 14:07:12 +02:00
Improved and simplified window texture presentation
This commit is contained in:
parent
e8e4133745
commit
8c26739c58
11 changed files with 137 additions and 497 deletions
|
@ -2,11 +2,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
{
|
||||
public interface IWindow
|
||||
{
|
||||
void Present();
|
||||
|
||||
void QueueTexture(ITexture texture, ImageCrop crop, object context);
|
||||
|
||||
void RegisterTextureReleaseCallback(TextureReleaseCallback callback);
|
||||
void Present(ITexture texture, ImageCrop crop);
|
||||
|
||||
void SetSize(int width, int height);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue