libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
#include <GL/glew.h>
#include "tls.h"
Go to the source code of this file.
Includes and properly defines the context handler function for the GLEW OS-specific bindings (WGL/GLX).
This is needed since libacfutils uses GLEW-MX (multi-context) to support multi-threaded rendering, where each context can have different context caps (primarily for MacOS OpenGL 2.1/4.1 multi-context support).
Definition in file glew_os.h.