mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-18 11:02:07 +01:00
render/egl: document wlr_egl_create_with_context
This commit is contained in:
parent
4b3e08c8ac
commit
1cb6b2cf67
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@
|
||||||
|
|
||||||
struct wlr_egl;
|
struct wlr_egl;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create a struct wlr_egl with an existing EGL display and context.
|
||||||
|
*
|
||||||
|
* This is typically used by compositors which want to customize EGL
|
||||||
|
* initialization.
|
||||||
|
*/
|
||||||
struct wlr_egl *wlr_egl_create_with_context(EGLDisplay display,
|
struct wlr_egl *wlr_egl_create_with_context(EGLDisplay display,
|
||||||
EGLContext context);
|
EGLContext context);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue