mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 04:35: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
|
@ -221,6 +221,7 @@ add_library(shader_recompiler STATIC
|
|||
ir_opt/dual_vertex_pass.cpp
|
||||
ir_opt/global_memory_to_storage_buffer_pass.cpp
|
||||
ir_opt/identity_removal_pass.cpp
|
||||
ir_opt/layer_pass.cpp
|
||||
ir_opt/lower_fp16_to_fp32.cpp
|
||||
ir_opt/lower_int64_to_int32.cpp
|
||||
ir_opt/passes.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue