mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 12:12:26 -07:00
Fix LOD sample typo
This commit is contained in:
committed by
Isaac Marovitz
parent
d323a8d44a
commit
a6de2c9274
@@ -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
|
||||||
|
Reference in New Issue
Block a user