Support window resizing
This commit is contained in:
parent
278a4c317c
commit
63345a3098
3 changed files with 78 additions and 26 deletions
|
@ -1,5 +1,3 @@
|
|||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public interface IWindow
|
||||
|
@ -9,5 +7,7 @@ namespace Ryujinx.Graphics.GAL
|
|||
void QueueTexture(ITexture texture, ImageCrop crop, object context);
|
||||
|
||||
void RegisterTextureReleaseCallback(TextureReleaseCallback callback);
|
||||
|
||||
void SetSize(int width, int height);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue