GPU resource disposal

This commit is contained in:
gdkchan
2020-01-09 02:13:00 +01:00
committed by Thog
parent f7bcc884e4
commit 59fdaa744b
20 changed files with 195 additions and 46 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
using Ryujinx.Graphics.Shader;
using System;
namespace Ryujinx.Graphics.GAL
{
public interface IRenderer
public interface IRenderer : IDisposable
{
IPipeline Pipeline { get; }