OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::Win32EGLContext Class Reference

#include <OgreWin32EGLContext.h>

+ Inheritance diagram for Ogre::Win32EGLContext:

Public Member Functions

 Win32EGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable)
 
virtual ~Win32EGLContext ()
 
virtual void _createInternalResources (EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurface drawable, ::EGLContext shareContext)
 
virtual void _destroyInternalResources ()
 
GLES2Contextclone () const
 Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
 
virtual void endCurrent ()
 This is called before another context is made current.
 
EGLSurface getDrawable () const
 
bool getInitialized ()
 
virtual void releaseContext ()
 Release the render context.
 
virtual void setCurrent ()
 Enable the context.
 
void setInitialized ()
 

Constructor & Destructor Documentation

◆ Win32EGLContext()

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

◆ ~Win32EGLContext()

virtual Ogre::Win32EGLContext::~Win32EGLContext ( )
virtual

Member Function Documentation

◆ _createInternalResources()

virtual void Ogre::EGLContext::_createInternalResources ( EGLDisplay  eglDisplay,
::EGLConfig  glconfig,
::EGLSurface  drawable,
::EGLContext  shareContext 
)
virtualinherited

◆ _destroyInternalResources()

virtual void Ogre::EGLContext::_destroyInternalResources ( )
virtualinherited

◆ clone()

GLES2Context * Ogre::Win32EGLContext::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.

Implements Ogre::EGLContext.

◆ endCurrent()

virtual void Ogre::EGLContext::endCurrent ( )
virtualinherited

This is called before another context is made current.

By default, nothing is done here.

Implements Ogre::GLES2Context.

◆ getDrawable()

EGLSurface Ogre::EGLContext::getDrawable ( ) const
inherited

◆ getInitialized()

bool Ogre::GLES2Context::getInitialized ( )
inlineinherited

◆ releaseContext()

virtual void Ogre::GLES2Context::releaseContext ( )
inlinevirtualinherited

Release the render context.

◆ setCurrent()

virtual void Ogre::EGLContext::setCurrent ( )
virtualinherited

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GLES2Context.

◆ setInitialized()

void Ogre::GLES2Context::setInitialized ( )
inlineinherited

The documentation for this class was generated from the following file: