#include <OgreGLXContext.h>
◆ GLXContext()
      
        
          | Ogre::GLXContext::GLXContext | ( | GLXGLSupport * | glsupport, | 
        
          |  |  | ::GLXFBConfig | fbconfig, | 
        
          |  |  | ::GLXDrawable | drawable, | 
        
          |  |  | ::GLXContext | context = 0 | 
        
          |  | ) |  |  | 
      
 
 
◆ ~GLXContext()
  
  | 
        
          | virtual Ogre::GLXContext::~GLXContext | ( |  | ) |  |  | 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.   
Implements Ogre::GL3PlusContext.
 
 
◆ endCurrent()
This is called before another context is made current.   
By default, nothing is done here.   
Implements Ogre::GL3PlusContext.
 
 
◆ getInitialized()
  
  | 
        
          | bool Ogre::GL3PlusContext::getInitialized | ( |  | ) |  |  | inlineinherited | 
 
 
◆ releaseContext()
◆ setCurrent()
Enable the context.   
All subsequent rendering commands will go here.   
Implements Ogre::GL3PlusContext.
 
 
◆ setInitialized()
  
  | 
        
          | void Ogre::GL3PlusContext::setInitialized | ( |  | ) |  |  | inlineinherited | 
 
 
◆ mContext
◆ mDrawable
      
        
          | ::GLXDrawable Ogre::GLXContext::mDrawable | 
      
 
 
The documentation for this class was generated from the following file: