mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
242 B
Plaintext
5 lines
242 B
Plaintext
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.
|