Improved and simplified window texture presentation
This commit is contained in:
parent
b2b2e04669
commit
16d88c21fc
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