OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::GL3PlusSupport Class Referenceabstract

#include <OgreGL3PlusSupport.h>

+ Inheritance diagram for Ogre::GL3PlusSupport:
+ Collaboration diagram for Ogre::GL3PlusSupport:

Public Member Functions

 GL3PlusSupport ()
 
virtual ~GL3PlusSupport ()
 
virtual void addConfig ()=0
 Add any special config values to the system. More...
 
virtual bool checkExtension (const String &ext) const
 Check if an extension is available. More...
 
bool checkMinGLVersion (const String &v) const
 Compare GL version numbers. More...
 
virtual RenderWindowcreateWindow (bool autoCreateWindow, GL3PlusRenderSystem *renderSystem, const String &windowTitle)=0
 
virtual ConfigOptionMapgetConfigOptions (void)
 
virtual unsigned int getDisplayMonitorCount () const
 Gets the number of display monitors. More...
 
const StringgetGLVendor (void) const
 Get vendor information. More...
 
const StringgetGLVersion (void) const
 Get version information. More...
 
virtual void * getProcAddress (const String &procname)=0
 Get the address of a function. More...
 
const StringgetShaderCachePath (void) const
 Get shader cache path. More...
 
const StringgetShaderLibraryPath (void) const
 Get shader library path. More...
 
virtual void initialiseExtensions ()
 Initialises GL extensions, must be done AFTER the GL context has been established. More...
 
virtual RenderWindownewWindow (const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams=0)=0
 Creates a new rendering window. More...
 
virtual void setConfigOption (const String &name, const String &value)
 
void setShaderCachePath (String path)
 Set shader cache path. More...
 
void setShaderLibraryPath (String path)
 Set shader library path. More...
 
virtual void start ()=0
 Start anything special. More...
 
virtual void stop ()=0
 Stop anything special. More...
 
virtual String validateConfig ()=0
 Make sure all the extra options are valid. More...
 

Protected Attributes

set< String >::type extensionList
 
ConfigOptionMap mOptions
 

Private Attributes

String mShaderCachePath
 
String mShaderLibraryPath
 
String mVendor
 
String mVersion
 

Detailed Description

Definition at line 40 of file OgreGL3PlusSupport.h.

Constructor & Destructor Documentation

Ogre::GL3PlusSupport::GL3PlusSupport ( )
inline

Definition at line 43 of file OgreGL3PlusSupport.h.

virtual Ogre::GL3PlusSupport::~GL3PlusSupport ( )
inlinevirtual

Definition at line 44 of file OgreGL3PlusSupport.h.

Member Function Documentation

virtual void Ogre::GL3PlusSupport::addConfig ( )
pure virtual

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::GTKGLSupport, Ogre::OSXGL3PlusSupport, Ogre::Win32GLSupport, Ogre::Win32GLSupport, Ogre::GLXGLSupport, Ogre::GLXGLSupport, Ogre::SDLGLSupport, and Ogre::SDLGLSupport.

virtual bool Ogre::GL3PlusSupport::checkExtension ( const String ext) const
virtual

Check if an extension is available.

Reimplemented in Ogre::GTKGLSupport, and Ogre::GTKGLSupport.

bool Ogre::GL3PlusSupport::checkMinGLVersion ( const String v) const

Compare GL version numbers.

virtual RenderWindow* Ogre::GL3PlusSupport::createWindow ( bool  autoCreateWindow,
GL3PlusRenderSystem renderSystem,
const String windowTitle 
)
pure virtual
virtual ConfigOptionMap& Ogre::GL3PlusSupport::getConfigOptions ( void  )
virtual
virtual unsigned int Ogre::GL3PlusSupport::getDisplayMonitorCount ( ) const
inlinevirtual

Gets the number of display monitors.

See also
Root::getDisplayMonitorCount

Reimplemented in Ogre::Win32GLSupport, and Ogre::Win32GLSupport.

Definition at line 139 of file OgreGL3PlusSupport.h.

const String& Ogre::GL3PlusSupport::getGLVendor ( void  ) const
inline

Get vendor information.

Definition at line 73 of file OgreGL3PlusSupport.h.

const String& Ogre::GL3PlusSupport::getGLVersion ( void  ) const
inline

Get version information.

Definition at line 81 of file OgreGL3PlusSupport.h.

virtual void* Ogre::GL3PlusSupport::getProcAddress ( const String procname)
pure virtual
const String& Ogre::GL3PlusSupport::getShaderCachePath ( void  ) const
inline

Get shader cache path.

Definition at line 89 of file OgreGL3PlusSupport.h.

const String& Ogre::GL3PlusSupport::getShaderLibraryPath ( void  ) const
inline

Get shader library path.

Definition at line 97 of file OgreGL3PlusSupport.h.

virtual void Ogre::GL3PlusSupport::initialiseExtensions ( )
virtual

Initialises GL extensions, must be done AFTER the GL context has been established.

Reimplemented in Ogre::Win32GLSupport, Ogre::Win32GLSupport, Ogre::GLXGLSupport, Ogre::GTKGLSupport, Ogre::GTKGLSupport, and Ogre::GLXGLSupport.

virtual RenderWindow* Ogre::GL3PlusSupport::newWindow ( const String name,
unsigned int  width,
unsigned int  height,
bool  fullScreen,
const NameValuePairList miscParams = 0 
)
pure virtual

Creates a new rendering window.

Remarks
This method creates a new rendering window as specified by the paramteters. The rendering system could be responible for only a single window (e.g. in the case of a game), or could be in charge of multiple ones (in the case of a level editor). The option to create the window as a child of another is therefore given. This method will create an appropriate subclass of RenderWindow depending on the API and platform implementation.
After creation, this window can be retrieved using getRenderTarget().
Parameters
nameThe name of the window. Used in other methods later like setRenderTarget and getRenderTarget.
widthThe width of the new window.
heightThe height of the new window.
fullScreenSpecify true to make the window full screen without borders, title bar or menu bar.
miscParamsA 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:
Key Type/Values Default Description Notes
title Any string RenderTarget name The title of the window that will appear in the title bar  
colourDepth 16, 32 Desktop depth Colour depth of the resulting rendering window; only applies if fullScreen Win32 Specific
left Positive integers Centred Screen x coordinate from left  
top Positive integers Centred Screen y coordinate from left  
depthBuffer true, false true Use depth buffer DirectX9 specific
externalWindowHandle Win32: HWND as integer
GLX: poslong:posint:poslong (display*:screen:windowHandle) or poslong:posint:poslong:poslong (display*:screen:windowHandle:XVisualInfo*)
OS X: WindowRef for Carbon or NSWindow for Cocoa address as an integer iOS: UIWindow address as an integer
0 (none) External window handle, for embedding the OGRE render in an existing window  
externalGLControl true, false false Let the external window control OpenGL i.e. don't select a pixel format for the window, do not change v-sync and do not swap buffer. When set to true, the calling application is responsible of OpenGL initialization and buffer swapping. It should also create an OpenGL context for its own rendering, Ogre will create one for its use. Then the calling application must also enable Ogre OpenGL context before calling any Ogre function and restore its OpenGL context after these calls. OpenGL specific
externalGLContext Context as Unsigned Long 0 (create own context) Use an externally created GL context OpenGL Specific
parentWindowHandle Win32: HWND as integer
GLX: poslong:posint:poslong (display*:screen:windowHandle) or poslong:posint:poslong:poslong (display*:screen:windowHandle:XVisualInfo*)
0 (none) Parent window handle, for embedding the OGRE in a child of an external window  
macAPI String: "cocoa" or "carbon" "carbon" Specifies the type of rendering window on the Mac Platform. Mac OS X Specific  
macAPICocoaUseNSView bool "true" or "false" "false" On the Mac platform the most diffused method to embed OGRE in a custom application is to use Interface Builder and add to the interface an instance of OgreView. The pointer to this instance is then used as "externalWindowHandle". However, there are cases where you are NOT using Interface Builder and you get the Cocoa NSView* of an existing interface. For example, this is happens when you want to render into a Java/AWT interface. In short, by setting this flag to "true" the Ogre::Root::createRenderWindow interprets the "externalWindowHandle" as a NSView* instead of an OgreView*. See OgreOSXCocoaView.h/mm. Mac OS X Specific  
contentScalingFactor Positive Float greater than 1.0 The default content scaling factor of the screen Specifies the CAEAGLLayer content scaling factor. Only supported on iOS 4 or greater. This can be useful to limit the resolution of the OpenGL ES backing store. For example, the iPhone 4's native resolution is 960 x 640. Windows are always 320 x 480, if you would like to limit the display to 720 x 480, specify 1.5 as the scaling factor. iOS Specific  
externalViewHandle UIView pointer as an integer 0 External view handle, for rendering OGRE render in an existing view iOS Specific  
externalViewControllerHandle UIViewController pointer as an integer 0 External view controller handle, for embedding OGRE in an existing view controller iOS Specific  
externalSharegroup EAGLSharegroup pointer as an integer 0 External sharegroup, used to shared GL resources between contexts iOS Specific  
Full Screen true, false false Specify whether to create the window in full screen mode OS X Specific  
FSAA Positive integer (usually 0, 2, 4, 8, 16) 0 Full screen antialiasing factor  
FSAAHint Depends on RenderSystem and hardware. Currently supports:
"Quality": on systems that have an option to prefer higher AA quality over speed, use it
Blank Full screen antialiasing hint  
displayFrequency Refresh rate in Hertz (e.g. 60, 75, 100) Desktop vsync rate Display frequency rate, for fullscreen mode  
vsync true, false false Synchronize buffer swaps to monitor vsync, eliminating tearing at the expense of a fixed frame rate  
vsyncInterval 1, 2, 3, 4 1 If vsync is enabled, the minimum number of vertical blanks that should occur between renders. For example if vsync is enabled, the refresh rate is 60 and this is set to 2, then the frame rate will be locked at 30.  
border none, fixed, resize resize The type of window border (in windowed mode)  
outerDimensions true, false false Whether the width/height is expressed as the size of the outer window, rather than the content area  
useNVPerfHUD true, false false Enable the use of nVidia NVPerfHUD  
gamma true, false false Enable hardware conversion from linear colour space to gamma colour space on rendering to the window.  
enableDoubleClick true, false false Enable the window to keep track and transmit double click messages. Win32 Specific

Implemented in Ogre::OSXGL3PlusSupport, Ogre::Win32GLSupport, Ogre::Win32GLSupport, Ogre::GLXGLSupport, Ogre::GLXGLSupport, Ogre::SDLGLSupport, and Ogre::SDLGLSupport.

virtual void Ogre::GL3PlusSupport::setConfigOption ( const String name,
const String value 
)
virtual
void Ogre::GL3PlusSupport::setShaderCachePath ( String  path)
inline

Set shader cache path.

Definition at line 105 of file OgreGL3PlusSupport.h.

void Ogre::GL3PlusSupport::setShaderLibraryPath ( String  path)
inline

Set shader library path.

Definition at line 113 of file OgreGL3PlusSupport.h.

virtual void Ogre::GL3PlusSupport::start ( )
pure virtual
virtual void Ogre::GL3PlusSupport::stop ( )
pure virtual
virtual String Ogre::GL3PlusSupport::validateConfig ( )
pure virtual

Make sure all the extra options are valid.

Returns
string with error message

Implemented in Ogre::Win32GLSupport, Ogre::OSXGL3PlusSupport, Ogre::Win32GLSupport, Ogre::GTKGLSupport, Ogre::GTKGLSupport, Ogre::GLXGLSupport, Ogre::GLXGLSupport, Ogre::SDLGLSupport, and Ogre::SDLGLSupport.

Member Data Documentation

set<String>::type Ogre::GL3PlusSupport::extensionList
protected

Definition at line 164 of file OgreGL3PlusSupport.h.

ConfigOptionMap Ogre::GL3PlusSupport::mOptions
protected

Definition at line 161 of file OgreGL3PlusSupport.h.

String Ogre::GL3PlusSupport::mShaderCachePath
private

Definition at line 156 of file OgreGL3PlusSupport.h.

String Ogre::GL3PlusSupport::mShaderLibraryPath
private

Definition at line 157 of file OgreGL3PlusSupport.h.

String Ogre::GL3PlusSupport::mVendor
private

Definition at line 155 of file OgreGL3PlusSupport.h.

String Ogre::GL3PlusSupport::mVersion
private

Definition at line 154 of file OgreGL3PlusSupport.h.


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