summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/shader_info.h
diff options
context:
space:
mode:
authorGravatar liamwhite2023-06-27 11:21:10 -0400
committerGravatar GitHub2023-06-27 11:21:10 -0400
commitdafbc86366f8bcd9153949db4d141ec489928f81 (patch)
tree8496cb635eef6967a99d0b7dfad41419a24b5efd /src/shader_recompiler/shader_info.h
parentMerge pull request #10925 from t895/fs-agony (diff)
parentOpenGL: Limit lmem warmup to NVIDIA (diff)
downloadyuzu-dafbc86366f8bcd9153949db4d141ec489928f81.tar.gz
yuzu-dafbc86366f8bcd9153949db4d141ec489928f81.tar.xz
yuzu-dafbc86366f8bcd9153949db4d141ec489928f81.zip
Merge pull request #10916 from ameerj/lolmem
OpenGL: Add Local Memory warmup shader for Nvidia
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 d308db942..b4b4afd37 100644
--- a/src/shader_recompiler/shader_info.h
+++ b/src/shader_recompiler/shader_info.h
@@ -172,6 +172,7 @@ struct Info {
172 bool stores_indexed_attributes{}; 172 bool stores_indexed_attributes{};
173 173
174 bool stores_global_memory{}; 174 bool stores_global_memory{};
175 bool uses_local_memory{};
175 176
176 bool uses_fp16{}; 177 bool uses_fp16{};
177 bool uses_fp64{}; 178 bool uses_fp64{};