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 29ef93cc67
commit 71e8b72b01
3 changed files with 145 additions and 12 deletions

View file

@ -237,7 +237,6 @@ target_include_directories(video_core PRIVATE ${FFmpeg_INCLUDE_DIR})
target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES})
target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS})
target_link_libraries(video_core PRIVATE ffx-fsr)
add_dependencies(video_core host_shaders)
target_include_directories(video_core PRIVATE ${HOST_SHADERS_INCLUDE})
target_include_directories(video_core PRIVATE sirit ../../externals/Vulkan-Headers/include)