diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-06-16 03:03:08 -0300 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:38 -0400 |
commit | cbbca26d182991abf68d9b2e1b1e5935bf4eb476 (patch) | |
tree | 09662bca5ff6bfa688e409294562ed1cdd8754b2 /src/shader_recompiler/CMakeLists.txt | |
parent | 376aa94819b7da976adb120136d83980a757d044 (diff) |
shader: Add support for native 16-bit floats
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
-rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index f801a9f72c..164e940713 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt @@ -211,6 +211,7 @@ add_library(shader_recompiler STATIC frontend/maxwell/translate/translate.h frontend/maxwell/translate_program.cpp frontend/maxwell/translate_program.h + host_translate_info.h ir_opt/collect_shader_info_pass.cpp ir_opt/constant_propagation_pass.cpp ir_opt/dead_code_elimination_pass.cpp |