mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-18 10:41:49 +00:00
6 lines
97 B
C#
6 lines
97 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public interface IShader : IDisposable { }
|
|
}
|