3
5
Fork 13
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-03-04 03:32:18 +00:00
Ryujinx/Ryujinx.Graphics.GAL/IShader.cs

7 lines
97 B
C#
Raw Normal View History

2019-10-13 03:02:07 -03:00
using System;
namespace Ryujinx.Graphics.GAL
{
public interface IShader : IDisposable { }
}