mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 01:02:15 +00:00
Add function prototype to egl_common.h
This commit is contained in:
parent
aa9f53659f
commit
22992d7f95
@ -121,6 +121,8 @@ bool egl_get_native_visual_id(egl_ctx_data_t *egl, EGLint *value);
|
||||
bool egl_get_config_attrib(EGLDisplay dpy, EGLConfig config,
|
||||
EGLint attribute, EGLint *value);
|
||||
|
||||
void egl_report_error(void);
|
||||
|
||||
bool egl_has_config(egl_ctx_data_t *egl);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user