mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 23:25:46 +00:00
shader_recompiler: add gl_Layer translation GS for older hardware
This commit is contained in:
parent
a6e97dcd1c
commit
e8966fd1f9
9 changed files with 230 additions and 6 deletions
|
@ -204,6 +204,9 @@ struct Info {
|
|||
u32 nvn_buffer_base{};
|
||||
std::bitset<16> nvn_buffer_used{};
|
||||
|
||||
bool requires_layer_emulation{};
|
||||
IR::Attribute emulated_layer{};
|
||||
|
||||
boost::container::static_vector<ConstantBufferDescriptor, MAX_CBUFS>
|
||||
constant_buffer_descriptors;
|
||||
boost::container::static_vector<StorageBufferDescriptor, MAX_SSBOS> storage_buffers_descriptors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue