-
Notifications
You must be signed in to change notification settings - Fork 15
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bicgl
updated
22 files
+2 −1 | CMakeLists.txt | |
+16 −2 | ChangeLog | |
+4 −0 | GLUT_windows/Include/WS_graphics.h | |
+2 −0 | GLUT_windows/Include/glut_window_prototypes.h | |
+15 −7 | GLUT_windows/glut_windows.c | |
+414 −836 | G_graphics/draw.c | |
+3 −0 | G_graphics/draw_objects.c | |
+5 −0 | G_graphics/event_loop.c | |
+5 −1 | G_graphics/graphics_structs.c | |
+1 −1 | G_graphics/render.c | |
+3 −3 | G_graphics/view.c | |
+15 −10 | G_graphics/windows.c | |
+1 −1 | Include/graphics.h | |
+6 −1 | Include/graphics_base.h | |
+6 −10 | Include/graphics_prototypes.h | |
+14 −4 | OpenGL_graphics/Include/GS_graphics.h | |
+29 −3 | OpenGL_graphics/Include/opengl_graphics_prototypes.h | |
+1,017 −1 | OpenGL_graphics/draw.c | |
+5 −0 | OpenGL_graphics/event_loop.c | |
+16 −9 | OpenGL_graphics/render.c | |
+144 −12 | OpenGL_graphics/windows.c | |
+3 −0 | config.h.cmake |