/ src / Ryujinx.Graphics.GAL / ISampler.cs
ISampler.cs
1  using System;
2  
3  namespace Ryujinx.Graphics.GAL
4  {
5      public interface ISampler : IDisposable { }
6  }