using Ryujinx.Graphics.Shader.IntermediateRepresentation; using System.Collections.Generic; namespace Ryujinx.Graphics.Shader.Translation { enum HelperFunctionName { TexelFetchScale, TextureSizeUnscale } }