Fix Geometry/TFB on compute, Buffer Textures, add Window Resizing (#28)
This commit is contained in:
parent
e02df72323
commit
edceb1607f
28 changed files with 280 additions and 92 deletions
|
@ -41,7 +41,7 @@ namespace Ryujinx.Graphics.Metal
|
|||
return _mtlTexture;
|
||||
}
|
||||
|
||||
public void Release()
|
||||
public virtual void Release()
|
||||
{
|
||||
Dispose();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue