- da_wl_egl_window_create
alias da_wl_egl_window_create = wl_egl_window* function(wl_proxy* surface, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_egl_window_destroy
alias da_wl_egl_window_destroy = void function(wl_egl_window* egl_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_egl_window_get_attached_size
alias da_wl_egl_window_get_attached_size = void function(wl_egl_window* egl_window, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_egl_window_resize
alias da_wl_egl_window_resize = void function(wl_egl_window* egl_window, int width, int height, int dx, int dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_egl_window_create
wl_egl_window* wl_egl_window_create(wl_proxy* surface, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_egl_window_destroy
void wl_egl_window_destroy(wl_egl_window* egl_window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_egl_window_get_attached_size
void wl_egl_window_get_attached_size(wl_egl_window* egl_window, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_egl_window_resize
void wl_egl_window_resize(wl_egl_window* egl_window, int width, int height, int dx, int dy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.