aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL/IProgram.cs
blob: ef44fc47eb7e0295ed1d0e774eb0e4a3a506e318 (plain)
1
2
3
4
5
6
using System;

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