mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
shader: Implement VertexA stage
This commit is contained in:
parent
cb0587f841
commit
a2fac91c47
12 changed files with 180 additions and 3 deletions
|
@ -162,6 +162,7 @@ add_library(shader_recompiler STATIC
|
|||
ir_opt/collect_shader_info_pass.cpp
|
||||
ir_opt/constant_propagation_pass.cpp
|
||||
ir_opt/dead_code_elimination_pass.cpp
|
||||
ir_opt/dual_vertex_pass.cpp
|
||||
ir_opt/global_memory_to_storage_buffer_pass.cpp
|
||||
ir_opt/identity_removal_pass.cpp
|
||||
ir_opt/lower_fp16_to_fp32.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue