Wayland++ 1.0.0
C++ Bindings for Wayland
|
Native EGL window. More...
#include <wayland-egl.hpp>
Public Member Functions | |
egl_window_t (surface_t const &surface, int width, int height) | |
Create a native egl window for use with eglCreateWindowSurface. | |
wayland::egl_window_t::egl_window_t | ( | surface_t const & | surface, |
int | width, | ||
int | height ) |
Create a native egl window for use with eglCreateWindowSurface.
surface | The Wayland surface to use |
width | Width of the EGL buffer |
height | height of the EGL buffer |