mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 07:39:52 -06:00

* Implement soft float64 conversion on shaders when host has no support * Shader cache version bump * Fix rebase error
10 lines
201 B
C#
10 lines
201 B
C#
namespace Ryujinx.Graphics.Shader.Translation
|
|
{
|
|
enum HelperFunctionName
|
|
{
|
|
ConvertDoubleToFloat,
|
|
ConvertFloatToDouble,
|
|
TexelFetchScale,
|
|
TextureSizeUnscale
|
|
}
|
|
} |