diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-04-13 16:56:22 -0300 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:27 -0400 |
commit | a83579b50a167ab9483e5058fd1c748018ef6d7c (patch) | |
tree | ad924ec0219e4cbd6d2efae934061082751d9b27 /src/shader_recompiler/profile.h | |
parent | 09165ae18989c17661faf188e6825a9eb4e03a27 (diff) |
shader: Implement early Z tests
Diffstat (limited to 'src/shader_recompiler/profile.h')
-rw-r--r-- | src/shader_recompiler/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h index 06f1f59bd8..919bec4e2c 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h @@ -53,6 +53,7 @@ struct Profile { std::array<AttributeType, 32> generic_input_types{}; bool convert_depth_mode{}; + bool force_early_z{}; InputTopology input_topology{}; |