#include <OgreWin32GLSupport.h>
Inheritance diagram for Ogre::Win32GLSupport:
Public Member Functions | |||||||||||||
Win32GLSupport () | |||||||||||||
void | addConfig () | ||||||||||||
Add any special config values to the system. | |||||||||||||
void | setConfigOption (const String &name, const String &value) | ||||||||||||
String | validateConfig () | ||||||||||||
Make sure all the extra options are valid. | |||||||||||||
virtual RenderWindow * | createWindow (bool autoCreateWindow, GLRenderSystem *renderSystem, const String &windowTitle="OGRE Render Window") | ||||||||||||
virtual RenderWindow * | newWindow (const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=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) posint:posint:posint for GLX (display:screen:windowHandle) Default: 0 (None) Key: "parentWindowHandle" [API specific] Description: Parent window handle, for embedding the OGRE context Values: positive integer for W32 (HWND handle) posint:posint:posint 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 | |||||||||||||
virtual RenderTexture * | createRenderTexture (const String &name, unsigned int width, unsigned int height, TextureType texType=TEX_TYPE_2D, PixelFormat internalFormat=PF_X8R8G8B8, const NameValuePairList *miscParams=0) | ||||||||||||
Key: "depth" Description: Depth in case of render-to-texture TEX_3D Values: positive integers
| |||||||||||||
void | start () | ||||||||||||
Start anything special. | |||||||||||||
void | stop () | ||||||||||||
Stop anything special. | |||||||||||||
void * | getProcAddress (const String &procname) | ||||||||||||
Get the address of a function. | |||||||||||||
virtual void | resizeReposition (void *) | ||||||||||||
virtual void | initialiseExtensions () | ||||||||||||
Initialise extensions. | |||||||||||||
virtual void | initialiseCapabilities (RenderSystemCapabilities &caps) | ||||||||||||
Initialise support specific capabilities. | |||||||||||||
virtual ConfigOptionMap & | getConfigOptions (void) | ||||||||||||
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 | resizeRepositionWindow (void *window) | ||||||||||||
Protected Attributes | |||||||||||||
ConfigOptionMap | mOptions | ||||||||||||
void * | m_windowToResize | ||||||||||||
std::set< String > | extensionList | ||||||||||||
Private Member Functions | |||||||||||||
void | refreshConfig () | ||||||||||||
Private Attributes | |||||||||||||
std::vector< DEVMODE > | mDevModes | ||||||||||||
Win32Window * | mInitialWindow |
|
|
|
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 wxhxb Implements Ogre::GLSupport. |
|
Check if an extension is available.
Reimplemented in Ogre::GTKGLSupport. |
|
compare GL version numbers
Reimplemented in Ogre::GTKGLSupport. |
|
Key: "depth" Description: Depth in case of render-to-texture TEX_3D Values: positive integers
Reimplemented from Ogre::GLSupport. |
|
Implements Ogre::GLSupport. |
|
|
|
get vendor information
Definition at line 59 of file OgreGLSupport.h. References Ogre::GLSupport::mVendor, and Ogre::String. |
|
get version information
Definition at line 67 of file OgreGLSupport.h. References Ogre::String. |
|
Get the address of a function.
Implements Ogre::GLSupport. |
|
Initialise support specific capabilities.
Reimplemented from Ogre::GLSupport. |
|
Initialise extensions.
Reimplemented from Ogre::GLSupport. |
|
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) posint:posint:posint for GLX (display:screen:windowHandle) Default: 0 (None) Key: "parentWindowHandle" [API specific] Description: Parent window handle, for embedding the OGRE context Values: positive integer for W32 (HWND handle) posint:posint:posint 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
Implements Ogre::GLSupport. |
|
|
|
Reimplemented from Ogre::GLSupport. |
|
Definition at line 96 of file OgreGLSupport.h. References Ogre::GLSupport::m_windowToResize. |
|
Reimplemented from Ogre::GLSupport. |
|
Start anything special.
Implements Ogre::GLSupport. |
|
Stop anything special.
Implements Ogre::GLSupport. |
|
Make sure all the extra options are valid.
Implements Ogre::GLSupport. |
|
Definition at line 106 of file OgreGLSupport.h. |
|
Definition at line 103 of file OgreGLSupport.h. Referenced by Ogre::GLSupport::resizeRepositionWindow(). |
|
Definition at line 66 of file OgreWin32GLSupport.h. |
|
Definition at line 67 of file OgreWin32GLSupport.h. |
|
Definition at line 101 of file OgreGLSupport.h. |
Copyright © 2000-2005 by The OGRE Team
Last modified Wed Feb 23 00:31:03 2005