mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
shader: Unify shader stage types
This commit is contained in:
parent
0f092f17af
commit
c0705f79b8
15 changed files with 37 additions and 55 deletions
|
@ -22,7 +22,7 @@
|
|||
namespace VideoCommon {
|
||||
|
||||
constexpr std::array<char, 8> MAGIC_NUMBER{'y', 'u', 'z', 'u', 'c', 'a', 'c', 'h'};
|
||||
constexpr u32 CACHE_VERSION = 3;
|
||||
constexpr u32 CACHE_VERSION = 4;
|
||||
|
||||
constexpr size_t INST_SIZE = sizeof(u64);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue