-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfb7765
commit 99c1a0f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jGL
updated
25 files
+0 −86 | .github/workflows/build-tests.yml | |
+66 −55 | .github/workflows/release.yml | |
+0 −82 | .github/workflows/run-tests.yml | |
+0 −59 | .github/workflows/unit-tests.yml | |
+4 −2 | build.sh | |
+52 −21 | include/jGL/OpenGL/Shader/glShader.h | |
+19 −5 | include/jGL/OpenGL/gl.h | |
+85 −10 | include/jGL/shader.h | |
+63 −1 | src/jGL/OpenGL/Shader/glShader.cpp | |
+0 −67 | src/jGL/OpenGL/gl.cpp | |
+0 −0 | tests/regression/main.cpp | |
+0 −0 | tests/regression/main.h | |
+0 −0 | tests/regression/rand.cpp | |
+0 −0 | tests/regression/rand.h | |
+3 −3 | tests/regression/user-macos/CMakeLists.txt | |
+0 −143 | tests/regression/user-macos/main.cpp | |
+3 −3 | tests/regression/user-mingw/CMakeLists.txt | |
+0 −143 | tests/regression/user-mingw/main.cpp | |
+0 −77 | tests/regression/user-mingw/main.h | |
+0 −5 | tests/regression/user-mingw/rand.cpp | |
+0 −22 | tests/regression/user-mingw/rand.h | |
+3 −3 | tests/regression/user/CMakeLists.txt | |
+0 −77 | tests/regression/user/main.h | |
+0 −5 | tests/regression/user/rand.cpp | |
+0 −22 | tests/regression/user/rand.h |