egl: no need to lookup EGL functions manually
commit72cbcead969de5b34709ac706a3881636010b6f7
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 18 Apr 2023 07:32:37 +0000 (18 11:32 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 27 Jun 2023 10:31:15 +0000 (27 12:31 +0200)
treeba00c2bcf78a864ba094857d19b749454313ec86
parent333e7599a0d723801235f675719008ce43db93e3
egl: no need to lookup EGL functions manually

libepoxy handles loading the function pointer and dispatching the call,
so you don't have to worry about it.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230515132455.1025608-1-marcandre.lureau@redhat.com>
ui/egl-helpers.c