wayland::egl_window_t(3) Wayland++ wayland::egl_window_t(3)

wayland::egl_window_t - Native EGL window.

#include <wayland-egl.hpp>

Inherits wayland::detail::refcounted_wrapper< wl_egl_window >.


egl_window_t (surface_t const &surface, int width, int height)
Create a native egl window for use with eglCreateWindowSurface.

Native EGL window.

Examples
egl.cpp.

Definition at line 42 of file wayland-egl.hpp.

Create a native egl window for use with eglCreateWindowSurface.

Parameters

surface The Wayland surface to use
width Width of the EGL buffer
height height of the EGL buffer

Generated automatically by Doxygen for Wayland++ from the source code.

Mon Apr 22 2024 09:52:15 Version 1.0.0