mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-11 05:47:20 +00:00

We can increment this to prevent people's shader caches from growing too large with shader changes.
4 lines
79 B
C
4 lines
79 B
C
#pragma once
|
|
#include "types.h"
|
|
|
|
static constexpr u32 SHADER_CACHE_VERSION = 1; |