diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-06-27 11:21:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 11:21:10 -0400 |
commit | dafbc86366f8bcd9153949db4d141ec489928f81 (patch) | |
tree | 8496cb635eef6967a99d0b7dfad41419a24b5efd /src/shader_recompiler/shader_info.h | |
parent | 02882d9251abe4675e3cc2a6eb62289c27f1f9f1 (diff) | |
parent | 4f160633d369b702a45ace9b6ff133312761c5f8 (diff) |
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.h | 1 |
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 { bool stores_indexed_attributes{}; bool stores_global_memory{}; + bool uses_local_memory{}; bool uses_fp16{}; bool uses_fp64{}; |