1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-23 15:03:46 +00:00
Ryujinx/src/Ryujinx.Graphics.Shader/Translation/HelperFunctionName.cs

11 lines
234 B
C#
Raw Normal View History

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