mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-09 16:44:24 +00:00
7 lines
97 B
C#
7 lines
97 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public interface IShader : IDisposable { }
|
|
}
|