From 60a39805615fb0480eb57416f5e9ec17e7c91ce4 Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Thu, 23 Sep 2021 03:14:10 +0200 Subject: Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan. --- src/video_core/dirty_flags.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/video_core/dirty_flags.h') diff --git a/src/video_core/dirty_flags.h b/src/video_core/dirty_flags.h index 504465d3f..f0d545f90 100644 --- a/src/video_core/dirty_flags.h +++ b/src/video_core/dirty_flags.h @@ -38,6 +38,9 @@ enum : u8 { Shaders, + // Special entries + DepthBiasGlobal, + LastCommonEntry, }; -- cgit v1.2.3