#include <OgreOSXCocoaContext.h>
|
| | CocoaContext (NSOpenGLContext *context, NSOpenGLPixelFormat *pixelFormat) |
| |
| virtual | ~CocoaContext () |
| |
| virtual GL3PlusContext * | clone () const |
| | Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
|
| |
| virtual void | endCurrent () |
| | This is called before another context is made current.
|
| |
| NSOpenGLContext * | getContext () |
| | Grab the NSOpenGLContext if it exists.
|
| |
| bool | getInitialized () |
| |
| NSOpenGLPixelFormat * | getPixelFormat () |
| | Grab the NSOpenGLPixelFormat if it exists.
|
| |
| 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 void | releaseContext () |
| | Release the render context.
|
| |
| virtual void | setCurrent () |
| | Enable the context.
|
| |
| void | setInitialized () |
| |
◆ CocoaContext()
◆ ~CocoaContext()
| virtual Ogre::CocoaContext::~CocoaContext |
( |
| ) |
|
|
virtual |
◆ clone()
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
- Note
- The caller is responsible for deleting the returned context.
Implements Ogre::GL3PlusContext.
◆ endCurrent()
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GL3PlusContext.
◆ getContext()
Grab the NSOpenGLContext if it exists.
◆ getInitialized()
| bool Ogre::GL3PlusContext::getInitialized |
( |
| ) |
|
|
inlineinherited |
◆ getPixelFormat()
Grab the NSOpenGLPixelFormat if it exists.
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
operator new, with debug line info
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
array operator new, with debug line info
◆ releaseContext()
◆ setCurrent()
Enable the context.
All subsequent rendering commands will go here.
Implements Ogre::GL3PlusContext.
◆ setInitialized()
| void Ogre::GL3PlusContext::setInitialized |
( |
| ) |
|
|
inlineinherited |
The documentation for this class was generated from the following file: