|
| D3D11StereoDriverAMD () |
|
virtual | ~D3D11StereoDriverAMD () |
|
virtual bool | addRenderWindow (D3D11RenderWindowBase *renderWindow) |
|
virtual bool | isStereoEnabled (const String &renderWindowName) |
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
virtual bool | removeRenderWindow (const String &renderWindowName) |
|
virtual bool | setDrawBuffer (ColourBufferType colourBuffer) |
|
Virtual interface of the stereo driver.