ISampler.cs 97 B

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