-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #332 from Devsh-Graphics-Programming/devsh
File+System rework and Native Handle getters for SDK Native API Interop
- Loading branch information
Showing
257 changed files
with
6,198 additions
and
38,679 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 |
---|---|---|
|
@@ -20,12 +20,6 @@ | |
[submodule "3rdparty/zlib"] | ||
path = 3rdparty/zlib | ||
url = https://github.com/madler/zlib.git | ||
[submodule "3rdparty/utfcpp"] | ||
path = 3rdparty/utfcpp | ||
url = https://github.com/nemtrif/utfcpp.git | ||
[submodule "3rdparty/convertutf"] | ||
path = 3rdparty/convertutf | ||
url = https://github.com/plenluno/convertutf.git | ||
[submodule "3rdparty/libpng"] | ||
path = 3rdparty/libpng | ||
url = https://github.com/glennrp/libpng.git | ||
|
@@ -39,9 +33,6 @@ | |
[submodule "3rdparty/bullet3"] | ||
path = 3rdparty/bullet3 | ||
url = https://github.com/bulletphysics/bullet3.git | ||
[submodule "ext/CEGUI/stb"] | ||
path = ext/CEGUI/stb | ||
url = https://github.com/nothings/stb.git | ||
[submodule "3rdparty/portable-file-dialogs"] | ||
path = 3rdparty/portable-file-dialogs | ||
url = https://github.com/samhocevar/portable-file-dialogs.git | ||
|
@@ -92,3 +83,7 @@ | |
[submodule "3rdparty/pstl/oneDPL/oneDPL"] | ||
path = 3rdparty/pstl/oneDPL/oneDPL | ||
url = https://github.com/Devsh-Graphics-Programming/oneDPL.git | ||
[submodule "3rdparty/Vulkan-Headers"] | ||
path = 3rdparty/Vulkan-Headers | ||
url = [email protected]:KhronosGroup/Vulkan-Headers.git | ||
branch = main |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.