From a4472b55260ed1ccbad0d191d11abd2330145140 Mon Sep 17 00:00:00 2001
From: FengChen <vonchenplus@gmail.com>
Date: Sun, 30 Oct 2022 19:59:11 +0800
Subject: video_core: Fix few issues in Tess stage

---
 src/shader_recompiler/shader_info.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/shader_recompiler/shader_info.h')

diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h
index f31e1f821f..ee6252bb51 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -127,6 +127,7 @@ struct Info {
     bool uses_workgroup_id{};
     bool uses_local_invocation_id{};
     bool uses_invocation_id{};
+    bool uses_invocation_info{};
     bool uses_sample_id{};
     bool uses_is_helper_invocation{};
     bool uses_subgroup_invocation_id{};
-- 
cgit v1.2.3-70-g09d2