Fix LOD sample typo

This commit is contained in:
Isaac Marovitz 2024-05-29 17:14:01 +01:00 committed by Isaac Marovitz
commit 2e4e82fe4b

View file

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