-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
53 lines (53 loc) · 1.84 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[submodule "External/Assimp"]
path = External/Assimp
url = https://github.com/assimp/assimp
[submodule "External/FreeType"]
path = External/FreeType
url = https://gitlab.freedesktop.org/freetype/freetype
[submodule "External/DirectXMath"]
path = External/DirectXMath
url = https://github.com/microsoft/DirectXMath
[submodule "External/DirectXTex"]
path = External/DirectXTex
url = https://github.com/microsoft/DirectXTex
[submodule "External/ImGui"]
path = External/ImGui
url = https://github.com/ocornut/imgui.git
[submodule "External/EnTT"]
path = External/EnTT
url = https://github.com/skypjack/entt.git
branch = v3.11.x
[submodule "External/zlib"]
path = External/zlib
url = https://github.com/madler/zlib.git
[submodule "External/AGS"]
path = External/AGS
url = https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK.git
[submodule "External/volk"]
path = External/volk
url = https://github.com/zeux/volk
branch = sdk-1.3.250
[submodule "External/libpng"]
path = External/libpng
url = https://github.com/glennrp/libpng.git
[submodule "External/HarfBuzz"]
path = External/HarfBuzz
url = https://github.com/harfbuzz/harfbuzz
[submodule "External/RenderPipelineShaders"]
path = External/RenderPipelineShaders
url = https://github.com/GPUOpen-LibrariesAndSDKs/RenderPipelineShaders.git
[submodule "External/FidelityFXSDK"]
path = External/FidelityFXSDK
url = https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK.git
[submodule "External/DLSS"]
path = External/DLSS
url = https://github.com/NVIDIA/DLSS.git
[submodule "External/NvidiaImageScaling"]
path = External/NvidiaImageScaling
url = https://github.com/NVIDIAGameWorks/NVIDIAImageScaling.git
[submodule "External/libspng"]
path = External/libspng
url = https://github.com/randy408/libspng.git
[submodule "External/qoixx"]
path = External/qoixx
url = https://github.com/wx257osn2/qoixx.git