namespace Ryujinx.Graphics.Gpu.Shader.Cache.Definition { /// /// Hash algorithm accepted by the shader cache. /// enum CacheHashType : byte { /// /// xxHash128 /// XxHash128 } }