![]() |
OGRE 2.3.1
Object-Oriented Graphics Rendering Engine
|
#include <OgreGL3PlusSupport.h>
|
inline |
|
inlinevirtual |
Add any special config values to the system.
Must have a "Full Screen" value that is a bool and a "Video Mode" value that is a string in the form of wxh
Implemented in Ogre::GTKGLSupport, Ogre::Win32GLSupport, Ogre::EGLGLSupport, Ogre::EglPBufferSupport, Ogre::GLXGLSupport, Ogre::GlSwitchableSupport, Ogre::SDLGLSupport, and Ogre::OSXGL3PlusSupport.
Check if an extension is available.
Reimplemented in Ogre::GTKGLSupport.
|
virtual |
Gets the number of display monitors.
Reimplemented in Ogre::Win32GLSupport.
|
inline |
Get version information.
Reimplemented in Ogre::EglPBufferSupport, and Ogre::GlSwitchableSupport.
Reimplemented in Ogre::EglPBufferSupport, and Ogre::GlSwitchableSupport.
Get the address of a function.
Implemented in Ogre::EGLGLSupport, Ogre::EglPBufferSupport, Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::GlSwitchableSupport, Ogre::SDLGLSupport, Ogre::Win32GLSupport, and Ogre::OSXGL3PlusSupport.
Get shader cache path.
Get shader library path.
Check if GL Version is supported.
Initialises GL extensions, must be done AFTER the GL context has been established.
Reimplemented in Ogre::GLXGLSupport, Ogre::Win32GLSupport, and Ogre::GTKGLSupport.
|
pure virtual |
Creates a new rendering window.
name | The name of the window. Used in other methods later like setRenderTarget and getRenderTarget. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
width | The width of the new window. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
height | The height of the new window. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fullScreen | Specify true to make the window full screen without borders, title bar or menu bar. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
miscParams | A NameValuePairList describing the other parameters for the new rendering window. Options are case sensitive. Unrecognised parameters will be ignored silently. These values might be platform dependent, but these are present for all platforms unless indicated otherwise:
|
Implemented in Ogre::EGLGLSupport, Ogre::EglPBufferSupport, Ogre::GLXGLSupport, Ogre::GlSwitchableSupport, Ogre::Win32GLSupport, Ogre::SDLGLSupport, and Ogre::OSXGL3PlusSupport.
|
virtual |
Reimplemented in Ogre::EGLGLSupport, Ogre::EglPBufferSupport, Ogre::GLXGLSupport, Ogre::GlSwitchableSupport, and Ogre::Win32GLSupport.
Start anything special.
Implemented in Ogre::EGLGLSupport, Ogre::EglPBufferSupport, Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::GlSwitchableSupport, Ogre::SDLGLSupport, Ogre::Win32GLSupport, and Ogre::OSXGL3PlusSupport.
Stop anything special.
Implemented in Ogre::EGLGLSupport, Ogre::EglPBufferSupport, Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::GlSwitchableSupport, Ogre::SDLGLSupport, Ogre::Win32GLSupport, and Ogre::OSXGL3PlusSupport.
Make sure all the extra options are valid.
Implemented in Ogre::GTKGLSupport, Ogre::Win32GLSupport, Ogre::EGLGLSupport, Ogre::EglPBufferSupport, Ogre::GLXGLSupport, Ogre::GlSwitchableSupport, Ogre::SDLGLSupport, and Ogre::OSXGL3PlusSupport.