mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
egl: Mark _eglCheckResource as PUBLIC.
To support extensions such as GL_OES_EGL_image, the drivers need a way to check if a given EGLImageKHR is valid.
This commit is contained in:
parent
c73dbce891
commit
d21ee93fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ extern EGLBoolean
|
|||
_eglCheckDisplayHandle(EGLDisplay dpy);
|
||||
|
||||
|
||||
extern EGLBoolean
|
||||
PUBLIC EGLBoolean
|
||||
_eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue