summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
-rw-r--r--src/shader_recompiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h
index 27e61a5f9..8ab66bb2a 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -62,6 +62,7 @@ struct Info {
bool loads_position{};
bool loads_instance_id{};
bool loads_vertex_id{};
+ bool loads_front_face{};
std::array<bool, 8> stores_frag_color{};
bool stores_frag_depth{};