1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-01 23:16:02 +00:00
Ryujinx/src/Ryujinx.Graphics.GAL/ISampler.cs
2023-04-27 23:51:14 +02:00

6 lines
No EOL
97 B
C#

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