shader: Add int64 to int32 lowering pass
This commit is contained in:
parent
04ef2160f9
commit
d8d5501459
3 changed files with 218 additions and 0 deletions
|
@ -219,6 +219,7 @@ add_library(shader_recompiler STATIC
|
|||
ir_opt/global_memory_to_storage_buffer_pass.cpp
|
||||
ir_opt/identity_removal_pass.cpp
|
||||
ir_opt/lower_fp16_to_fp32.cpp
|
||||
ir_opt/lower_int64_to_int32.cpp
|
||||
ir_opt/passes.h
|
||||
ir_opt/ssa_rewrite_pass.cpp
|
||||
ir_opt/texture_pass.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue