diff --git a/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp b/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp index 5810cad9..555f12f7 100644 --- a/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp +++ b/src/Graphics/OpenGLContext/GLSL/glsl_ShaderStorage.cpp @@ -63,7 +63,7 @@ char * - GL version string uint32 - number of shaders shaders in binary form */ -static const u32 ShaderStorageFormatVersion = 0x0FU; +static const u32 ShaderStorageFormatVersion = 0x10U; bool ShaderStorage::saveShadersStorage(const graphics::Combiners & _combiners) const { wchar_t fileName[PLUGIN_PATH_SIZE];