mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-27 04:54:15 +01:00
[dxvk] Bump state cache format to v18
All D3D11 shader keys change, so we should invalidte existing caches.
This commit is contained in:
parent
f3fa2535e8
commit
f9a99e81f4
@ -60,7 +60,7 @@ namespace dxvk {
|
||||
*/
|
||||
struct DxvkStateCacheHeader {
|
||||
char magic[4] = { 'D', 'X', 'V', 'K' };
|
||||
uint32_t version = 17;
|
||||
uint32_t version = 18;
|
||||
uint32_t entrySize = 0; /* no longer meaningful */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user