mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-12 16:35:58 +01:00
render/egl: document NULL config_attribs passed to wlr_egl_init
This commit is contained in:
parent
41aa80d4a1
commit
64da8f0c8d
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ struct wlr_egl {
|
|||
/**
|
||||
* Initializes an EGL context for the given platform and remote display.
|
||||
* Will attempt to load all possibly required api functions.
|
||||
*
|
||||
* If config_attribs is NULL, the EGL config is not created.
|
||||
*/
|
||||
bool wlr_egl_init(struct wlr_egl *egl, EGLenum platform, void *remote_display,
|
||||
const EGLint *config_attribs, EGLint visual_id);
|
||||
|
|
Loading…
Reference in a new issue