mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-12-13 03:29:56 +01:00
Fix LOD sample typo
This commit is contained in:
parent
d323a8d44a
commit
a6de2c9274
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue