mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 00:56:26 -05:00
GPU resource disposal
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using Ryujinx.Graphics.Shader;
|
||||
using System;
|
||||
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public interface IRenderer
|
||||
public interface IRenderer : IDisposable
|
||||
{
|
||||
IPipeline Pipeline { get; }
|
||||
|
||||
|
Reference in New Issue
Block a user