On 18 October 2016 at 17:58, Chad Versace <chadvers...@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
_______________________________________________
waffle mailing list
waffle@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/waffle

Reply via email to