QCocoaNativeContext Class
A class encapsulating a Cocoa NSOpenGLContext. More...
Header: | #include <QCocoaNativeContext> |
Since: | Qt 5.4 |
Public Functions
QCocoaNativeContext() | |
QCocoaNativeContext(int *ctx) | |
int * | context() const |
Detailed Description
A class encapsulating a Cocoa NSOpenGLContext.
Note: There is no binary compatibility guarantee for this class, meaning that an application using it is only guaranteed to work with the Qt version it was developed against.
See also QOpenGLContext::setNativeHandle() and QOpenGLContext::nativeHandle().