aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Instructions/InstEmitter.cs
blob: e1cef26d8a9edee4002b259eac0a55ece729df74 (plain) (blame)
1
2
3
4
5
6
using Ryujinx.Graphics.Shader.Translation;

namespace Ryujinx.Graphics.Shader.Instructions
{
    delegate void InstEmitter(EmitterContext context);
}