Browse Source

ref: gl: move GLES wrappers libraries to 3rdparty folder

pull/2/head
Alibek Omarov 2 years ago
parent
commit
12a6088912
  1. 6
      .gitmodules
  2. 0
      3rdparty/gl-wes-v2
  3. 0
      3rdparty/gl4es/gl4es
  4. 0
      3rdparty/nanogl

6
.gitmodules vendored

@ -2,13 +2,13 @@ @@ -2,13 +2,13 @@
path = 3rdparty/mainui
url = https://github.com/FWGS/mainui_cpp
[submodule "ref_gl/nanogl"]
path = ref/gl/nanogl
path = 3rdparty/nanogl
url = https://github.com/FWGS/nanogl
[submodule "ref_gl/gl-wes-v2"]
path = ref/gl/gl-wes-v2
path = 3rdparty/gl-wes-v2
url = https://github.com/FWGS/gl-wes-v2
[submodule "ref_gl/gl4es"]
path = ref/gl/gl4es
path = 3rdparty/gl4es/gl4es
url = https://github.com/ptitSeb/gl4es
[submodule "vgui_support"]
path = 3rdparty/vgui_support

0
ref/gl/gl-wes-v2 → 3rdparty/gl-wes-v2 vendored

0
ref/gl/gl4es → 3rdparty/gl4es/gl4es vendored

0
ref/gl/nanogl → 3rdparty/nanogl vendored

Loading…
Cancel
Save