Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan
This commit is contained in:
parent
a39e867c73
commit
dcc5b4f6b0
15 changed files with 199 additions and 115 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -25,6 +25,9 @@ if (ARCHITECTURE_x86_64)
|
|||
add_subdirectory(dynarmic)
|
||||
endif()
|
||||
|
||||
add_library(ffx-fsr INTERFACE)
|
||||
target_include_directories(ffx-fsr INTERFACE FidelityFX-FSR/ffx-fsr)
|
||||
|
||||
# getopt
|
||||
if (MSVC)
|
||||
add_subdirectory(getopt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue