shader_recompiler: add gl_Layer translation GS for older hardware

This commit is contained in:
Liam
2022-11-30 17:16:00 -05:00
parent d6b63239ae
commit 3ef006b5ab
9 changed files with 230 additions and 6 deletions

View File

@ -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;