908a1839a7
Epoxy is a library for handling OpenGL function pointer management for you. It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with very little knowledge needed on their part.
4 lines
242 B
Text
4 lines
242 B
Text
Epoxy is a library for handling OpenGL function pointer management for you.
|
|
It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
|
|
eglGetProcAddress(), etc. from the app developer, with very little knowledge
|
|
needed on their part.
|