Skip to content

Commit

Permalink
Allow getting functions by name
Browse files Browse the repository at this point in the history
This is a functionality usually implemented by integration libraries
such as SDL and GLUT, but in our case it makes more sense if we provide
it from opengx itself: the reason is that we don't yet support the full
OpenGL 1.1 API, so implementing a new function would require modifying
all the integration libraries.
  • Loading branch information
mardy authored and WinterMute committed Jun 26, 2024
1 parent 651bdfa commit ffd5f1a
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ add_library(${TARGET} STATIC
src/call_lists.h
src/debug.c
src/debug.h
src/functions.c
src/gc_gl.c
src/image_DXT.c
src/image_DXT.h
Expand Down
Loading

0 comments on commit ffd5f1a

Please sign in to comment.