aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.GAL/ISampler.cs
blob: de70f6636eaf10cdbc0ab772103fb1c5be0983ae (plain) (blame)
1
2
3
4
5
6
using System;

namespace Ryujinx.Graphics.GAL
{
    public interface ISampler : IDisposable { }
}