OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::EmscriptenEGLContext Class Reference

#include <OgreEmscriptenEGLContext.h>

+ Inheritance diagram for Ogre::EmscriptenEGLContext:

Public Member Functions

 EmscriptenEGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable)
 
virtual ~EmscriptenEGLContext ()
 
GLES2Contextclone () const
 Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. More...
 
- Public Member Functions inherited from Ogre::EGLContext
 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...
 
- Public Member Functions inherited from Ogre::GL3PlusContext
 GL3PlusContext ()
 
virtual ~GL3PlusContext ()
 
bool getInitialized ()
 
virtual void releaseContext ()
 Release the render context. More...
 
void setInitialized ()
 
- Public Member Functions inherited from Ogre::GLES2Context
 GLES2Context ()
 
virtual ~GLES2Context ()
 
bool getInitialized ()
 
virtual void releaseContext ()
 Release the render context. More...
 
void setInitialized ()
 

Additional Inherited Members

- Public Attributes inherited from Ogre::EGLContext
EGLSurface mDrawable
 

Constructor & Destructor Documentation

◆ EmscriptenEGLContext()

Ogre::EmscriptenEGLContext::EmscriptenEGLContext ( EGLDisplay  eglDisplay,
const EGLSupport glsupport,
::EGLConfig  fbconfig,
::EGLSurface  drawable 
)

◆ ~EmscriptenEGLContext()

virtual Ogre::EmscriptenEGLContext::~EmscriptenEGLContext ( )
virtual

Member Function Documentation

◆ clone()

GLES2Context* Ogre::EmscriptenEGLContext::clone ( ) const
virtual

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: