Skip to content

Commit

Permalink
GXPipelineTypes: Bump pipeline UID version
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Aug 3, 2021
1 parent cf09bd9 commit e1cd1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/GXPipelineTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace VideoCommon
// As pipelines encompass both shader UIDs and render states, changes to either of these should
// also increment the pipeline UID version. Incrementing the UID version will cause all UID
// caches to be invalidated.
constexpr u32 GX_PIPELINE_UID_VERSION = 3; // Last changed in PR 9532
constexpr u32 GX_PIPELINE_UID_VERSION = 4; // Last changed in PR 9990

struct GXPipelineUid
{
Expand Down

0 comments on commit e1cd1ff

Please sign in to comment.