2024-04-06 17:06:10 +10:00
|
|
|
// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team
|
2023-12-22 21:57:49 +10:00
|
|
|
// SPDX-License-Identifier: LGPL-3.0+
|
2022-10-15 14:12:13 +10:00
|
|
|
|
|
|
|
|
/// Version number for GS and other shaders. Increment whenever any of the contents of the
|
|
|
|
|
/// shaders change, to invalidate the cache.
|
2024-07-08 21:29:22 +02:00
|
|
|
static constexpr u32 SHADER_CACHE_VERSION = 53;
|