Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings

This commit is contained in:
Marshall Mohror 2021-10-23 00:11:12 -05:00 committed by Fernando Sahmkow
parent 47369faaab
commit bb03675485
3 changed files with 145 additions and 12 deletions

View file

@ -25,9 +25,6 @@ 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)