diff options
| author | 2021-06-12 20:14:56 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:38 -0400 | |
| commit | 6aa1bf7b6ff86bb7325e5b50709ddf5477b1e855 (patch) | |
| tree | f433baa37a2a5d258a2b991b327881f971214ccf /src/shader_recompiler/shader_info.h | |
| parent | gl_shader_cache: Remove const from pipeline source arguments (diff) | |
| download | yuzu-6aa1bf7b6ff86bb7325e5b50709ddf5477b1e855.tar.gz yuzu-6aa1bf7b6ff86bb7325e5b50709ddf5477b1e855.tar.xz yuzu-6aa1bf7b6ff86bb7325e5b50709ddf5477b1e855.zip | |
glsl: Implement legacy varyings
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
| -rw-r--r-- | src/shader_recompiler/shader_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h index 9f7f0b42c..7536c9caf 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h | |||
| @@ -128,6 +128,7 @@ struct Info { | |||
| 128 | bool loads_instance_id{}; | 128 | bool loads_instance_id{}; |
| 129 | bool loads_vertex_id{}; | 129 | bool loads_vertex_id{}; |
| 130 | bool loads_front_face{}; | 130 | bool loads_front_face{}; |
| 131 | bool loads_legacy_varyings{}; | ||
| 131 | 132 | ||
| 132 | bool loads_tess_coord{}; | 133 | bool loads_tess_coord{}; |
| 133 | 134 | ||
| @@ -150,6 +151,7 @@ struct Info { | |||
| 150 | bool stores_clip_distance{}; | 151 | bool stores_clip_distance{}; |
| 151 | bool stores_fog_coordinate{}; | 152 | bool stores_fog_coordinate{}; |
| 152 | bool stores_viewport_mask{}; | 153 | bool stores_viewport_mask{}; |
| 154 | bool stores_legacy_varyings{}; | ||
| 153 | 155 | ||
| 154 | bool stores_tess_level_outer{}; | 156 | bool stores_tess_level_outer{}; |
| 155 | bool stores_tess_level_inner{}; | 157 | bool stores_tess_level_inner{}; |