IShader.cs 97 B

123456
  1. using System;
  2. namespace Ryujinx.Graphics.GAL
  3. {
  4. public interface IShader : IDisposable { }
  5. }