#include <OgreGLSupport.h>
Inheritance diagram for Ogre::GLSupport:
Public Member Functions | ||||||||||||||||
GLSupport () | ||||||||||||||||
virtual | ~GLSupport () | |||||||||||||||
virtual void | addConfig ()=0 | |||||||||||||||
Add any special config values to the system. | ||||||||||||||||
virtual void | setConfigOption (const String &name, const String &value) | |||||||||||||||
virtual String | validateConfig ()=0 | |||||||||||||||
Make sure all the extra options are valid. | ||||||||||||||||
virtual ConfigOptionMap & | getConfigOptions (void) | |||||||||||||||
virtual RenderWindow * | createWindow (bool autoCreateWindow, GLRenderSystem *renderSystem, const String &windowTitle)=0 | |||||||||||||||
virtual RenderWindow * | newWindow (const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=0)=0 | |||||||||||||||
Key: "colourDepth" Description: Colour depth of the resulting rendering window; only applies if fullScreen is set. Values: 16 or 32 Default: desktop depth Notes: [W32 specific] Key: "left" Description: screen x coordinate from left Values: positive integers Default: 'center window on screen' Notes: Ignored in case of full screen Key: "top" Description: screen y coordinate from top Values: positive integers Default: 'center window on screen' Notes: Ignored in case of full screen Key: "depthBuffer" [DX9 specific] Description: Use depth buffer Values: false or true Default: true Key: "externalWindowHandle" [API specific] Description: External window handle, for embedding the OGRE context Values: positive integer for W32 (HWND handle) poslong:posint:poslong (display*:screen:windowHandle) or poslong:posint:poslong:poslong (display*:screen:windowHandle:XVisualInfo*) for GLX Default: 0 (None) Key: "parentWindowHandle" [API specific] Description: Parent window handle, for embedding the OGRE context Values: positive integer for W32 (HWND handle) poslong:posint:poslong for GLX (display*:screen:windowHandle) Default: 0 (None) Key: "FSAA" Description: Full screen antialiasing factor Values: 0,2,4,6,... Default: 0 Key: "displayFrequency" Description: Display frequency rate, for fullscreen mode Values: 60...? Default: Desktop vsync rate Key: "vsync" Description: Synchronize buffer swaps to vsync Values: true, false Default: 0 Key: "border" Description: The type of window border (in windowed mode) Values: none, fixed, resize Default: resize Key: "outerDimensions" Description: Whether the width/height is expressed as the size of the outer window, rather than the content area Values: true, false Default: false
Key: "useNVPerfHUD" [DX9 specific] Description: Enable the use of nVidia NVPerfHUD Values: true, false Default: false | ||||||||||||||||
virtual bool | supportsPBuffers () | |||||||||||||||
virtual GLPBuffer * | createPBuffer (PixelComponentType format, size_t width, size_t height) | |||||||||||||||
virtual void | start ()=0 | |||||||||||||||
Start anything special. | ||||||||||||||||
virtual void | stop ()=0 | |||||||||||||||
Stop anything special. | ||||||||||||||||
const String & | getGLVendor (void) const | |||||||||||||||
get vendor information | ||||||||||||||||
const String & | getGLVersion (void) const | |||||||||||||||
get version information | ||||||||||||||||
bool | checkMinGLVersion (const String &v) const | |||||||||||||||
compare GL version numbers | ||||||||||||||||
virtual bool | checkExtension (const String &ext) const | |||||||||||||||
Check if an extension is available. | ||||||||||||||||
virtual void * | getProcAddress (const String &procname)=0 | |||||||||||||||
Get the address of a function. | ||||||||||||||||
virtual void | initialiseExtensions () | |||||||||||||||
Intialises GL extensions, must be done AFTER the GL context has been established. | ||||||||||||||||
Protected Attributes | ||||||||||||||||
ConfigOptionMap | mOptions | |||||||||||||||
std::set< String > | extensionList | |||||||||||||||
Private Attributes | ||||||||||||||||
String | mVersion | |||||||||||||||
String | mVendor |
|
Definition at line 17 of file OgreGLSupport.h. |
|
Definition at line 18 of file OgreGLSupport.h. |
|
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::GLXGLSupport, Ogre::GTKGLSupport, Ogre::SDLGLSupport, and Ogre::Win32GLSupport. |
|
Check if an extension is available.
Reimplemented in Ogre::GTKGLSupport. |
|
compare GL version numbers
Reimplemented in Ogre::GTKGLSupport. |
|
Reimplemented in Ogre::GLXGLSupport, and Ogre::Win32GLSupport. |
|
Implemented in Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::SDLGLSupport, and Ogre::Win32GLSupport. |
|
|
|
get vendor information
Definition at line 58 of file OgreGLSupport.h. References mVendor. |
|
get version information
Definition at line 66 of file OgreGLSupport.h. References mVersion. |
|
Get the address of a function.
Implemented in Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::SDLGLSupport, and Ogre::Win32GLSupport. |
|
Intialises GL extensions, must be done AFTER the GL context has been established.
Reimplemented in Ogre::GTKGLSupport, and Ogre::Win32GLSupport. |
|
Key: "colourDepth" Description: Colour depth of the resulting rendering window; only applies if fullScreen is set. Values: 16 or 32 Default: desktop depth Notes: [W32 specific] Key: "left" Description: screen x coordinate from left Values: positive integers Default: 'center window on screen' Notes: Ignored in case of full screen Key: "top" Description: screen y coordinate from top Values: positive integers Default: 'center window on screen' Notes: Ignored in case of full screen Key: "depthBuffer" [DX9 specific] Description: Use depth buffer Values: false or true Default: true Key: "externalWindowHandle" [API specific] Description: External window handle, for embedding the OGRE context Values: positive integer for W32 (HWND handle) poslong:posint:poslong (display*:screen:windowHandle) or poslong:posint:poslong:poslong (display*:screen:windowHandle:XVisualInfo*) for GLX Default: 0 (None) Key: "parentWindowHandle" [API specific] Description: Parent window handle, for embedding the OGRE context Values: positive integer for W32 (HWND handle) poslong:posint:poslong for GLX (display*:screen:windowHandle) Default: 0 (None) Key: "FSAA" Description: Full screen antialiasing factor Values: 0,2,4,6,... Default: 0 Key: "displayFrequency" Description: Display frequency rate, for fullscreen mode Values: 60...? Default: Desktop vsync rate Key: "vsync" Description: Synchronize buffer swaps to vsync Values: true, false Default: 0 Key: "border" Description: The type of window border (in windowed mode) Values: none, fixed, resize Default: resize Key: "outerDimensions" Description: Whether the width/height is expressed as the size of the outer window, rather than the content area Values: true, false Default: false Key: "useNVPerfHUD" [DX9 specific] Description: Enable the use of nVidia NVPerfHUD Values: true, false Default: false
Implemented in Ogre::GLXGLSupport, Ogre::SDLGLSupport, and Ogre::Win32GLSupport. |
|
Reimplemented in Ogre::Win32GLSupport. |
|
Start anything special.
Implemented in Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::SDLGLSupport, and Ogre::Win32GLSupport. |
|
Stop anything special.
Implemented in Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::SDLGLSupport, and Ogre::Win32GLSupport. |
|
Reimplemented in Ogre::GLXGLSupport, and Ogre::Win32GLSupport. |
|
Make sure all the extra options are valid.
Implemented in Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::SDLGLSupport, and Ogre::Win32GLSupport. |
|
Definition at line 95 of file OgreGLSupport.h. |
|
Definition at line 92 of file OgreGLSupport.h. |
|
Definition at line 98 of file OgreGLSupport.h. Referenced by getGLVendor(). |
|
Definition at line 97 of file OgreGLSupport.h. Referenced by getGLVersion(). |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Nov 12 11:00:25 2006