GPU resource disposal

This commit is contained in:
gdkchan 2019-12-31 19:09:49 -03:00 committed by Thog
parent 2d8339fc61
commit d7fb450216
20 changed files with 195 additions and 46 deletions

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; }