forked from doodlum/skyrim-community-shaders
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add hacky temp fidelity-sdk-dx12 submodule for tests
- Loading branch information
Showing
7 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[submodule "extern/CommonLibSSE-NG"] | ||
path = extern/CommonLibSSE-NG | ||
url = https://github.com/alandtse/CommonLibVR.git | ||
|
||
[submodule "extern/Streamline"] | ||
path = extern/Streamline | ||
url = https://github.com/FlayaN/Streamline.git | ||
[submodule "extern/FidelityFX-SDK"] | ||
path = extern/FidelityFX-SDK | ||
url = https://github.com/MapleHinata/FidelityFX-SDK.git | ||
[submodule "extern/FidelityFX-SDK-DX12"] | ||
path = extern/FidelityFX-SDK-DX12 | ||
url = https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
set(FFX_API_VK OFF) | ||
set(FFX_API_DX12 ON) | ||
set(FFX_BRIXELIZER ON) | ||
set(FFX_ALL OFF) | ||
set(FFX_FSR3 ON) | ||
set(FFX_FSR ON) | ||
set(FFX_AUTO_COMPILE_SHADERS 1) | ||
|
||
add_subdirectory(${CMAKE_SOURCE_DIR}/extern/FidelityFX-SDK-DX12/sdk) | ||
|
||
target_link_libraries( | ||
${PROJECT_NAME} | ||
PRIVATE | ||
ffx_frameinterpolation_x64 | ||
ffx_fsr3_x64 | ||
ffx_fsr3upscaler_x64 | ||
ffx_opticalflow_x64 | ||
ffx_backend_dx12_x64 | ||
ffx_brixelizer_x64 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule FidelityFX-SDK-DX12
added at
54fbaa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters