aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-05-31 05:34:53 -0300
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-22 21:51:34 -0400
commit5539b13c5a696de553be86bb7c4ae61a0cdcc754 (patch)
treef5ebdb9fb9459ade45e598122430cfe951c9463c /src/shader_recompiler/shader_info.h
parentcf9f88e5a7b884a417c91725b5cb9e500792e206 (diff)
shader,glasm: Implement legacy texcoord loads
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 b60ba04571..d5b2ca7bc3 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -123,6 +123,7 @@ struct Info {
bool loads_primitive_id{};
bool loads_position{};
bool loads_color_front_diffuse{};
+ bool loads_fixed_fnc_textures{};
bool loads_point_coord{};
bool loads_instance_id{};
bool loads_vertex_id{};