#include <OgreSDLGLSupport.h>
◆ SDLGLSupport()
Ogre::SDLGLSupport::SDLGLSupport |
( |
| ) |
|
◆ ~SDLGLSupport()
Ogre::SDLGLSupport::~SDLGLSupport |
( |
| ) |
|
◆ addConfig()
void Ogre::SDLGLSupport::addConfig |
( |
void |
| ) |
|
|
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
Implements Ogre::GL3PlusSupport.
◆ checkExtension()
virtual bool Ogre::GL3PlusSupport::checkExtension |
( |
const String & |
ext | ) |
const |
|
virtualinherited |
◆ createWindow()
◆ getConfigOptions()
◆ getDisplayMonitorCount()
virtual unsigned int Ogre::GL3PlusSupport::getDisplayMonitorCount |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ getGLVendor()
const String& Ogre::GL3PlusSupport::getGLVendor |
( |
void |
| ) |
const |
|
inlineinherited |
◆ getGLVersion()
const DriverVersion& Ogre::GL3PlusSupport::getGLVersion |
( |
void |
| ) |
const |
|
inlineinherited |
◆ getProcAddress()
void* Ogre::SDLGLSupport::getProcAddress |
( |
const char * |
procname | ) |
const |
|
virtual |
◆ getShaderCachePath()
const String& Ogre::GL3PlusSupport::getShaderCachePath |
( |
void |
| ) |
const |
|
inlineinherited |
◆ getShaderLibraryPath()
const String& Ogre::GL3PlusSupport::getShaderLibraryPath |
( |
void |
| ) |
const |
|
inlineinherited |
◆ hasMinGLVersion()
bool Ogre::GL3PlusSupport::hasMinGLVersion |
( |
int |
major, |
|
|
int |
minor |
|
) |
| const |
|
inherited |
Check if GL Version is supported.
◆ initialiseExtensions()
virtual void Ogre::GL3PlusSupport::initialiseExtensions |
( |
| ) |
|
|
virtualinherited |
◆ newWindow()
virtual RenderWindow* Ogre::SDLGLSupport::newWindow |
( |
const String & |
name, |
|
|
unsigned int |
width, |
|
|
unsigned int |
height, |
|
|
bool |
fullScreen, |
|
|
const NameValuePairList * |
miscParams = 0 |
|
) |
| |
|
virtual |
◆ setConfigOption()
virtual void Ogre::GL3PlusSupport::setConfigOption |
( |
const String & |
name, |
|
|
const String & |
value |
|
) |
| |
|
virtualinherited |
◆ setShaderCachePath()
void Ogre::GL3PlusSupport::setShaderCachePath |
( |
String |
path | ) |
|
|
inlineinherited |
◆ setShaderLibraryPath()
void Ogre::GL3PlusSupport::setShaderLibraryPath |
( |
String |
path | ) |
|
|
inlineinherited |
◆ start()
void Ogre::SDLGLSupport::start |
( |
| ) |
|
|
virtual |
◆ stop()
void Ogre::SDLGLSupport::stop |
( |
| ) |
|
|
virtual |
◆ validateConfig()
String Ogre::SDLGLSupport::validateConfig |
( |
void |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: