mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
12051e054c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
libepoxy.info | ||
libepoxy.SlackBuild | ||
README | ||
slack-desc |
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. They get to read GL specs and write code using undecorated function names like glCompileShader(). libepoxy can be used during the build process of xorg-server, and if found in the system, will be used at build time. This may be used with xorg-server-1.16 or later versions of xorg-server.