logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wayland::egl_window_t - Native EGL window.

Author

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

Version 1.0.0                                Wed May 1 2024 17:27:19                    wayland::egl_window_t(3)

Constructor & Destructor Documentation

wayland::egl_window_t::egl_window_t(surface_tconst&surface,intwidth,intheight)
       Create a native egl window for use with eglCreateWindowSurface.

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

Detailed Description

       Native EGL window.

       Examplesegl.cpp.

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

Name

       wayland::egl_window_t - Native EGL window.

Synopsis

       #include <wayland-egl.hpp>

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

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

See Also