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

Up shader storage version.

This commit is contained in:
Sergey Lipskiy 2016-11-14 20:53:55 +07:00
parent 5e65c115e9
commit 5d7c02f7d1

View File

@ -384,7 +384,7 @@ Storage format:
uint32 - number of shaders
shaders in binary form
*/
static const u32 ShaderStorageFormatVersion = 0x0BU;
static const u32 ShaderStorageFormatVersion = 0x0CU;
void CombinerInfo::_saveShadersStorage() const
{
if (m_shadersLoaded >= m_combiners.size())