mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 20:18:09 +03:00
VideoCommon: update pipeline version for RenderState change
This commit is contained in:
parent
834f8f7b5c
commit
8c3dc5b0d6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace VideoCommon
|
||||||
// As pipelines encompass both shader UIDs and render states, changes to either of these should
|
// 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
|
// also increment the pipeline UID version. Incrementing the UID version will cause all UID
|
||||||
// caches to be invalidated.
|
// caches to be invalidated.
|
||||||
constexpr u32 GX_PIPELINE_UID_VERSION = 6; // Last changed in PR 10890
|
constexpr u32 GX_PIPELINE_UID_VERSION = 7; // Last changed in PR 11859
|
||||||
|
|
||||||
struct GXPipelineUid
|
struct GXPipelineUid
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue