EncodeMode.cs
1 namespace Ryujinx.Graphics.Texture.Encoders 2 { 3 enum EncodeMode 4 { 5 Fast, 6 Exhaustive, 7 ModeMask = 0xff, 8 Multithreaded = 1 << 8, 9 } 10 }
1 namespace Ryujinx.Graphics.Texture.Encoders 2 { 3 enum EncodeMode 4 { 5 Fast, 6 Exhaustive, 7 ModeMask = 0xff, 8 Multithreaded = 1 << 8, 9 } 10 }