mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-24 14:04:55 +03:00
6 lines
97 B
C#
6 lines
97 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public interface ISampler : IDisposable { }
|
|
} |