[waffle] [PATCH 5/7] egl: Optionally dlsym eglGetPlatformDisplay

Emil Velikov emil.l.velikov at gmail.com
Tue Oct 18 22:38:19 UTC 2016


On 18 October 2016 at 17:58, Chad Versace <chadversary at chromium.org> 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


More information about the waffle mailing list