From abf81a52524c8aa6d0ab8318c99a27d1479a1800 Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Sun, 7 Nov 2021 13:11:58 +0700 Subject: [PATCH] Up shaders format version --- src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.h b/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.h index fe5a5173..e0bd85bc 100644 --- a/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.h +++ b/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.h @@ -20,7 +20,7 @@ namespace glsl { bool _saveCombinerKeys(const graphics::Combiners & _combiners) const; bool _loadFromCombinerKeys(graphics::Combiners & _combiners); - const u32 m_formatVersion = 0x38U; + const u32 m_formatVersion = 0x39U; const u32 m_keysFormatVersion = 0x05; const opengl::GLInfo & m_glinfo; opengl::CachedUseProgram * m_useProgram;