Fix shader texture LOD query (#2397)
This commit is contained in:
parent
ab9d4b862d
commit
c71ae9c85c
3 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@ namespace Ryujinx.Graphics.Gpu.Shader
|
|||
/// <summary>
|
||||
/// Version of the codegen (to be changed when codegen or guest format change).
|
||||
/// </summary>
|
||||
private const ulong ShaderCodeGenVersion = 2362;
|
||||
private const ulong ShaderCodeGenVersion = 2397;
|
||||
|
||||
// Progress reporting helpers
|
||||
private volatile int _shaderCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue