diff options
| author | 2021-03-23 20:27:17 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:24 -0400 | |
| commit | 3d07cef009cf9e287744c7771c67166ef5761ce8 (patch) | |
| tree | 78f4fea18d9facb72850b4c2fe115e96b7af8f26 /src/shader_recompiler/shader_info.h | |
| parent | vk_pipeline_cache: Fix ReleaseContents order (diff) | |
| download | yuzu-3d07cef009cf9e287744c7771c67166ef5761ce8.tar.gz yuzu-3d07cef009cf9e287744c7771c67166ef5761ce8.tar.xz yuzu-3d07cef009cf9e287744c7771c67166ef5761ce8.zip | |
shader: Implement VOTE
Diffstat (limited to '')
| -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 f97730b34..3d9f04d1a 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h | |||
| @@ -80,6 +80,7 @@ struct Info { | |||
| 80 | bool uses_sampled_1d{}; | 80 | bool uses_sampled_1d{}; |
| 81 | bool uses_sparse_residency{}; | 81 | bool uses_sparse_residency{}; |
| 82 | bool uses_demote_to_helper_invocation{}; | 82 | bool uses_demote_to_helper_invocation{}; |
| 83 | bool uses_subgroup_vote{}; | ||
| 83 | 84 | ||
| 84 | IR::Type used_constant_buffer_types{}; | 85 | IR::Type used_constant_buffer_types{}; |
| 85 | 86 | ||