On 18 October 2016 at 17:58, Chad Versace <[email protected]> wrote: > +#define RETRIEVE_EGL_SYMBOL_OPTIONAL(function) \ > + self->function = dlsym(self->eglHandle, #function); > + Not 100% sure if dlsym should be used here. Need to double-check if exposing the EGL 1.5 isn't "against the rules".
-Emil _______________________________________________ waffle mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/waffle

