mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-15 09:16:51 -05:00
6 lines
97 B
C#
6 lines
97 B
C#
using System;
|
|
|
|
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public interface ISampler : IDisposable { }
|
|
} |