19 #ifndef MIR_EXAMPLES_EGL_HELPER_H_
20 #define MIR_EXAMPLES_EGL_HELPER_H_
33 EGLHelper(EGLNativeDisplayType native_display, EGLNativeWindowType native_surface);
53 #endif // MIR_EXAMPLES_EGL_HELPER_H_
EGLHelper(EGLNativeDisplayType native_display, EGLNativeWindowType native_surface)
Definition: example_egl_helper.cpp:25
EGLDisplay the_display() const
Definition: example_egl_helper.cpp:66
virtual ~EGLHelper()
Definition: example_egl_helper.cpp:59
Simple helper class for managing an EGL rendering with a sensible default configuration.
Definition: example_egl_helper.h:30
EGLSurface the_surface() const
Definition: example_egl_helper.cpp:76
EGLContext the_context() const
Definition: example_egl_helper.cpp:71
EGLHelper & operator=(EGLHelper const &)=delete