diff options
| author | 2023-12-18 22:20:25 -0500 | |
|---|---|---|
| committer | 2023-12-18 22:25:14 -0500 | |
| commit | fcfa8b680b6aedd4b51757d4e33e97ef2cdae048 (patch) | |
| tree | de1aac013700c0e22d378b8a35f5f20b6e35d161 /src/shader_recompiler/shader_info.h | |
| parent | shader_recompiler: ignore clip distances beyond driver support level (diff) | |
| download | yuzu-fcfa8b680b6aedd4b51757d4e33e97ef2cdae048.tar.gz yuzu-fcfa8b680b6aedd4b51757d4e33e97ef2cdae048.tar.xz yuzu-fcfa8b680b6aedd4b51757d4e33e97ef2cdae048.zip | |
shader_recompiler: use minimal clip distance array
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 b4b4afd37..1419b8fe7 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h | |||
| @@ -227,6 +227,8 @@ struct Info { | |||
| 227 | bool requires_layer_emulation{}; | 227 | bool requires_layer_emulation{}; |
| 228 | IR::Attribute emulated_layer{}; | 228 | IR::Attribute emulated_layer{}; |
| 229 | 229 | ||
| 230 | u32 used_clip_distances{}; | ||
| 231 | |||
| 230 | boost::container::static_vector<ConstantBufferDescriptor, MAX_CBUFS> | 232 | boost::container::static_vector<ConstantBufferDescriptor, MAX_CBUFS> |
| 231 | constant_buffer_descriptors; | 233 | constant_buffer_descriptors; |
| 232 | boost::container::static_vector<StorageBufferDescriptor, MAX_SSBOS> storage_buffers_descriptors; | 234 | boost::container::static_vector<StorageBufferDescriptor, MAX_SSBOS> storage_buffers_descriptors; |