Skip to content
Permalink
Browse files
Merge pull request #6561 from JosJuice/uid-version-last-changed
Put a "last changed in PR" comment next to UID cache version
  • Loading branch information
lioncash committed Mar 29, 2018
2 parents 8185b5f + 01ea108 commit 65a1065
Showing 1 changed file with 1 addition and 1 deletion.
@@ -20,7 +20,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 = 1;
constexpr u32 GX_PIPELINE_UID_VERSION = 1; // Last changed in PR 6431

struct GXPipelineUid
{

0 comments on commit 65a1065

Please sign in to comment.