summaryrefslogtreecommitdiffstats
path: root/src/video_core/dirty_flags.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-30 08:20:09 +0100
committerGitHub <noreply@github.com>2020-12-30 08:20:09 +0100
commitd5fe722a30947c5c808717ad8940077e95a3a81c (patch)
treef6f5d6d6379b0404147969e7d1f548ed3d49ca01 /src/video_core/dirty_flags.h
parentMerge pull request #5247 from comex/xx-concepts (diff)
parentvideo_core: Rewrite the texture cache (diff)
downloadyuzu-d5fe722a30947c5c808717ad8940077e95a3a81c.tar
yuzu-d5fe722a30947c5c808717ad8940077e95a3a81c.tar.gz
yuzu-d5fe722a30947c5c808717ad8940077e95a3a81c.tar.bz2
yuzu-d5fe722a30947c5c808717ad8940077e95a3a81c.tar.lz
yuzu-d5fe722a30947c5c808717ad8940077e95a3a81c.tar.xz
yuzu-d5fe722a30947c5c808717ad8940077e95a3a81c.tar.zst
yuzu-d5fe722a30947c5c808717ad8940077e95a3a81c.zip
Diffstat (limited to 'src/video_core/dirty_flags.h')
-rw-r--r--src/video_core/dirty_flags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/dirty_flags.h b/src/video_core/dirty_flags.h
index 3f6c1d83a..875527ddd 100644
--- a/src/video_core/dirty_flags.h
+++ b/src/video_core/dirty_flags.h
@@ -16,7 +16,10 @@ namespace VideoCommon::Dirty {
enum : u8 {
NullEntry = 0,
+ Descriptors,
+
RenderTargets,
+ RenderTargetControl,
ColorBuffer0,
ColorBuffer1,
ColorBuffer2,