mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 20:37:57 -05:00
shader_recompiler: use minimal clip distance array
This commit is contained in:
@ -227,6 +227,8 @@ struct Info {
|
||||
bool requires_layer_emulation{};
|
||||
IR::Attribute emulated_layer{};
|
||||
|
||||
u32 used_clip_distances{};
|
||||
|
||||
boost::container::static_vector<ConstantBufferDescriptor, MAX_CBUFS>
|
||||
constant_buffer_descriptors;
|
||||
boost::container::static_vector<StorageBufferDescriptor, MAX_SSBOS> storage_buffers_descriptors;
|
||||
|
Reference in New Issue
Block a user