Fix LOD sample typo

This commit is contained in:
Isaac Marovitz 2024-05-29 17:14:01 +01:00
parent 8a6fde9fea
commit 159db87d86
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl.Instructions
if (hasLodLevel)
{
Append("level({Src(coordType)})");
Append($"level({Src(coordType)})");
}
// TODO: Support offsets