Skip to content

Commit

Permalink
Merge branch 'bump-dxvk-state-cache' into 'main'
Browse files Browse the repository at this point in the history
[REMIX-2105] bump dxvk cache due to dxso compiler changes

See merge request lightspeedrtx/dxvk-remix-nv!725
  • Loading branch information
MarkEHenderson committed Feb 29, 2024
2 parents a977da4 + 17c587f commit 10739f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dxvk/dxvk_state_cache_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace dxvk {
*/
struct DxvkStateCacheHeader {
char magic[4] = { 'D', 'X', 'V', 'K' };
uint32_t version = 10;
uint32_t version = 11;
uint32_t entrySize = 0; /* no longer meaningful */
};

Expand Down

0 comments on commit 10739f0

Please sign in to comment.