shader_recompiler: translate f64 to f32 when unsupported on host
This commit is contained in:
parent
4d395b3b72
commit
2f1e87dd83
8 changed files with 198 additions and 0 deletions
|
@ -223,6 +223,7 @@ add_library(shader_recompiler STATIC
|
|||
ir_opt/identity_removal_pass.cpp
|
||||
ir_opt/layer_pass.cpp
|
||||
ir_opt/lower_fp16_to_fp32.cpp
|
||||
ir_opt/lower_fp64_to_fp32.cpp
|
||||
ir_opt/lower_int64_to_int32.cpp
|
||||
ir_opt/passes.h
|
||||
ir_opt/position_pass.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue