mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06:00
Initial work
This commit is contained in:
12
Ryujinx.Graphics.Shader/Decoders/TextureLodMode.cs
Normal file
12
Ryujinx.Graphics.Shader/Decoders/TextureLodMode.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum TextureLodMode
|
||||
{
|
||||
None = 0,
|
||||
LodZero = 1,
|
||||
LodBias = 2,
|
||||
LodLevel = 3,
|
||||
LodBiasA = 4, //?
|
||||
LodLevelA = 5 //?
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user