EGLplus (0.52.0) a C++ wrapper for EGL

eglplus::Display Class Reference

Wrapper around EGLDisplay. More...

#include </home/chochlik/devel/oglplus/include/eglplus/display.hpp>

Public Member Functions

 Display (void)
 Opens the default display. More...
 
 Display (::EGLNativeDisplayType display_id)
 Opens the display specified by display_id. More...
 
bool SwapInterval (EGLint interval)
 Sets the SwapInterval for the current display. More...
 
bool ReleaseContext (void)
 Releases the current context without assigning a new one. More...
 

Detailed Description

Constructor & Destructor Documentation

eglplus::Display::Display ( void  )

Opens the default display.

Related EGL symbols:
eglGetDisplay EGL_DEFAULT_DISPLAY
eglplus::Display::Display ( ::EGLNativeDisplayType  display_id)

Opens the display specified by display_id.

Related EGL symbols:
eglGetDisplay

Member Function Documentation

bool eglplus::Display::ReleaseContext ( void  )

Releases the current context without assigning a new one.

Related EGL symbols:
eglMakeCurrent
bool eglplus::Display::SwapInterval ( EGLint  interval)

Sets the SwapInterval for the current display.

Related EGL symbols:
eglSwapInterval

The documentation for this class was generated from the following file:
  • /home/chochlik/devel/oglplus/include/eglplus/display.hpp

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).