summaryrefslogtreecommitdiff
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 b60ba0457..d5b2ca7bc 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -123,6 +123,7 @@ struct Info {
123 bool loads_primitive_id{}; 123 bool loads_primitive_id{};
124 bool loads_position{}; 124 bool loads_position{};
125 bool loads_color_front_diffuse{}; 125 bool loads_color_front_diffuse{};
126 bool loads_fixed_fnc_textures{};
126 bool loads_point_coord{}; 127 bool loads_point_coord{};
127 bool loads_instance_id{}; 128 bool loads_instance_id{};
128 bool loads_vertex_id{}; 129 bool loads_vertex_id{};