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