Skip to content

Commit 32ccd78

Browse files
Merge pull request #332 from Devsh-Graphics-Programming/devsh
File+System rework and Native Handle getters for SDK Native API Interop
2 parents 6b5de21 + 56f7888 commit 32ccd78

File tree

257 files changed

+6198
-38679
lines changed

Some content is hidden

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

257 files changed

+6198
-38679
lines changed

.gitmodules

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
[submodule "3rdparty/zlib"]
2121
path = 3rdparty/zlib
2222
url = https://github.com/madler/zlib.git
23-
[submodule "3rdparty/utfcpp"]
24-
path = 3rdparty/utfcpp
25-
url = https://github.com/nemtrif/utfcpp.git
26-
[submodule "3rdparty/convertutf"]
27-
path = 3rdparty/convertutf
28-
url = https://github.com/plenluno/convertutf.git
2923
[submodule "3rdparty/libpng"]
3024
path = 3rdparty/libpng
3125
url = https://github.com/glennrp/libpng.git
@@ -39,9 +33,6 @@
3933
[submodule "3rdparty/bullet3"]
4034
path = 3rdparty/bullet3
4135
url = https://github.com/bulletphysics/bullet3.git
42-
[submodule "ext/CEGUI/stb"]
43-
path = ext/CEGUI/stb
44-
url = https://github.com/nothings/stb.git
4536
[submodule "3rdparty/portable-file-dialogs"]
4637
path = 3rdparty/portable-file-dialogs
4738
url = https://github.com/samhocevar/portable-file-dialogs.git
@@ -92,3 +83,7 @@
9283
[submodule "3rdparty/pstl/oneDPL/oneDPL"]
9384
path = 3rdparty/pstl/oneDPL/oneDPL
9485
url = https://github.com/Devsh-Graphics-Programming/oneDPL.git
86+
[submodule "3rdparty/Vulkan-Headers"]
87+
path = 3rdparty/Vulkan-Headers
88+
url = git@github.com:KhronosGroup/Vulkan-Headers.git
89+
branch = main

3rdparty/CL/cl.h

Lines changed: 0 additions & 1804 deletions
This file was deleted.

0 commit comments

Comments
 (0)