Bump shader cache version

This commit is contained in:
Connor McLaughlin 2021-02-14 19:25:14 +10:00
parent 2c1999e622
commit d8ce98a1e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#pragma once
#include "types.h"
static constexpr u32 SHADER_CACHE_VERSION = 2;
static constexpr u32 SHADER_CACHE_VERSION = 3;