mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-25 00:07:43 +02:00
6 lines
No EOL
97 B
C#
6 lines
No EOL
97 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public interface ISampler : IDisposable { }
|
|
} |