1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Increment shader storage version number

This commit is contained in:
s2s 2021-03-20 17:37:24 +01:00 committed by Sergey Lipskiy
parent aa6e549e17
commit f94ffe2b9d

View File

@ -20,7 +20,7 @@ namespace glsl {
bool _saveCombinerKeys(const graphics::Combiners & _combiners) const;
bool _loadFromCombinerKeys(graphics::Combiners & _combiners);
const u32 m_formatVersion = 0x33U;
const u32 m_formatVersion = 0x34U;
const u32 m_keysFormatVersion = 0x05;
const opengl::GLInfo & m_glinfo;
opengl::CachedUseProgram * m_useProgram;