Skip to content

Commit a0632ab

Browse files
kurbecorys
authored andcommitted
FidelityFX FSR3 3.0.3
1 parent d7531ae commit a0632ab

File tree

811 files changed

+98258
-6395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

811 files changed

+98258
-6395
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ package_release_samples:
156156
- ./LICENSE.txt
157157
- ./readme.md
158158
- ./sample.cmake
159+
- ./Third_party_notices.txt
159160

160161
package_debug_samples:
161162
stage: package
@@ -179,3 +180,4 @@ package_debug_samples:
179180
- ./LICENSE.txt
180181
- ./readme.md
181182
- ./sample.cmake
183+
- ./Third_party_notices.txt

BuildAllCauldronEffectsSolution.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if not exist build\ (
2626
)
2727

2828
cd build
29-
cmake -A x64 .. -DBUILD_TYPE=ALL_SAMPLES -DFFX_API=CAULDRON
29+
cmake -A x64 .. -DBUILD_TYPE=ALL_SAMPLES -DFFX_API=CAULDRON %*
3030

3131
:: Come back to root level
3232
cd ..
33-
pause
33+
pause
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
call BuildAllCauldronEffectsSolution.bat -DFFX_BUILD_AS_DLL=1

BuildAllNativeEffectsSolution.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Start by building the backend SDK
44
echo Building native backend
55
cd sdk
6-
call BuildFidelityFXSDK.bat
6+
call BuildFidelityFXSDK.bat %*
77
cd ..
88

99
echo.
@@ -16,8 +16,8 @@ if not exist build\ (
1616
)
1717

1818
cd build
19-
cmake -A x64 .. -DBUILD_TYPE=ALL_SAMPLES -DFFX_API=NATIVE
19+
cmake -A x64 .. -DBUILD_TYPE=ALL_SAMPLES -DFFX_API=NATIVE %*
2020

2121
:: Come back to root level
2222
cd ..
23-
pause
23+
pause

BuildAllNativeEffectsSolutionDll.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
call BuildAllNativeEffectsSolution.bat -DFFX_BUILD_AS_DLL=1

BuildBlurSolution.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if not exist build\ (
2626
)
2727

2828
cd build
29-
cmake -A x64 .. -DBUILD_TYPE=FFX_BLUR -DFFX_API=CAULDRON
29+
cmake -A x64 .. -DBUILD_TYPE=FFX_BLUR -DFFX_API=CAULDRON %*
3030

3131
:: Come back to root level
3232
cd ..
33-
pause
33+
pause

BuildCACAOSolution.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if not exist build\ (
2626
)
2727

2828
cd build
29-
cmake -A x64 .. -DBUILD_TYPE=FFX_CACAO -DFFX_API=CAULDRON
29+
cmake -A x64 .. -DBUILD_TYPE=FFX_CACAO -DFFX_API=CAULDRON %*
3030

3131
:: Come back to root level
3232
cd ..
33-
pause
33+
pause

BuildCASSolution.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if not exist build\ (
2626
)
2727

2828
cd build
29-
cmake -A x64 .. -DBUILD_TYPE=FFX_CAS -DFFX_API=CAULDRON
29+
cmake -A x64 .. -DBUILD_TYPE=FFX_CAS -DFFX_API=CAULDRON %*
3030

3131
:: Come back to root level
3232
cd ..
33-
pause
33+
pause

BuildCauldronSolution.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if not exist build\ (
2626
)
2727

2828
cd build
29-
cmake -A x64 .. -D BUILD_TYPE=CAULDRON
29+
cmake -A x64 .. -D BUILD_TYPE=CAULDRON %*
3030

3131
:: Come back to root level
3232
cd ..
33-
pause
33+
pause

BuildDOFSolution.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ if not exist build\ (
2626
)
2727

2828
cd build
29-
cmake -A x64 .. -DBUILD_TYPE=FFX_DOF -DFFX_API=CAULDRON
29+
cmake -A x64 .. -DBUILD_TYPE=FFX_DOF -DFFX_API=CAULDRON %*
3030

3131
:: Come back to root level
3232
cd ..
33-
pause
33+
pause

0 commit comments

Comments
 (0)