1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

Increment shader storage version number

This commit is contained in:
s2s 2021-07-27 11:41:36 +02:00 committed by Sergey Lipskiy
parent 47aaf2fc99
commit 0c30bdf4e2

View File

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