#include <OgreEmscriptenEGLContext.h>
|
| EmscriptenEGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable) |
|
virtual | ~EmscriptenEGLContext () |
|
GLES2Context * | clone () const |
| Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. More...
|
|
| EGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable) |
|
| EGLContext (EGLDisplay eglDisplay, EGLGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable, ::EGLContext context=0) |
|
virtual | ~EGLContext () |
|
virtual | ~EGLContext () |
|
virtual void | _createInternalResources (EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurface drawable, ::EGLContext shareContext) |
|
virtual void | _destroyInternalResources () |
|
virtual void | endCurrent () |
| This is called before another context is made current. More...
|
|
virtual void | endCurrent () |
| This is called before another context is made current. More...
|
|
EGLSurface | getDrawable () const |
|
virtual void | setCurrent () |
| Enable the context. More...
|
|
virtual void | setCurrent () |
| Enable the context. More...
|
|
| GL3PlusContext () |
|
virtual | ~GL3PlusContext () |
|
bool | getInitialized () |
|
virtual void | releaseContext () |
| Release the render context. More...
|
|
void | setInitialized () |
|
| GLES2Context () |
|
virtual | ~GLES2Context () |
|
bool | getInitialized () |
|
virtual void | releaseContext () |
| Release the render context. More...
|
|
void | setInitialized () |
|
◆ EmscriptenEGLContext()
Ogre::EmscriptenEGLContext::EmscriptenEGLContext |
( |
EGLDisplay |
eglDisplay, |
|
|
const EGLSupport * |
glsupport, |
|
|
::EGLConfig |
fbconfig, |
|
|
::EGLSurface |
drawable |
|
) |
| |
◆ ~EmscriptenEGLContext()
virtual Ogre::EmscriptenEGLContext::~EmscriptenEGLContext |
( |
| ) |
|
|
virtual |
◆ clone()
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
- Note
- The caller is responsible for deleting the returned context.
Reimplemented from Ogre::EGLContext.
The documentation for this class was generated from the following file: