OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Virtual interface of the stereo driver. More...
#include <OgreD3D9StereoDriverImpl.h>
Public Member Functions | |
D3D9StereoDriverImpl () | |
virtual | ~D3D9StereoDriverImpl () |
virtual bool | addRenderWindow (D3D9RenderWindow *renderWindow)=0 |
virtual bool | isStereoEnabled (const String &renderWindowName)=0 |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
virtual bool | removeRenderWindow (const String &renderWindowName)=0 |
virtual bool | setDrawBuffer (ColourBufferType colourBuffer)=0 |
Virtual interface of the stereo driver.
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in Ogre::D3D9StereoDriverAMD, and Ogre::D3D9StereoDriverNVIDIA.
|
pure virtual |
Implemented in Ogre::D3D9StereoDriverAMD, and Ogre::D3D9StereoDriverNVIDIA.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
pure virtual |
Implemented in Ogre::D3D9StereoDriverAMD, and Ogre::D3D9StereoDriverNVIDIA.
|
pure virtual |
Implemented in Ogre::D3D9StereoDriverAMD, and Ogre::D3D9StereoDriverNVIDIA.