wayland.client.egl

Undocumented in source.

Members

Aliases

da_wl_egl_window_create
alias da_wl_egl_window_create = wl_egl_window* function(wl_surface* 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.

Functions

wl_egl_window_create
wl_egl_window* wl_egl_window_create(wl_surface* 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.

Static variables

wl_egl_window_create
da_wl_egl_window_create wl_egl_window_create;
Undocumented in source.
wl_egl_window_destroy
da_wl_egl_window_destroy wl_egl_window_destroy;
Undocumented in source.
wl_egl_window_get_attached_size
da_wl_egl_window_get_attached_size wl_egl_window_get_attached_size;
Undocumented in source.
wl_egl_window_resize
da_wl_egl_window_resize wl_egl_window_resize;
Undocumented in source.

Structs

wl_egl_window
struct wl_egl_window
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta