Duckstation/src/core/shader_cache_version.h
Connor McLaughlin fd166a4485 ShaderCache: Add a data version field
We can increment this to prevent people's shader caches from growing too
large with shader changes.
2021-01-11 15:24:38 +10:00

4 lines
79 B
C

#pragma once
#include "types.h"
static constexpr u32 SHADER_CACHE_VERSION = 1;