Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings
This commit is contained in:
parent
47369faaab
commit
bb03675485
3 changed files with 145 additions and 12 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue