mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-22 02:03:17 +00: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