|
|
@ -765,6 +765,7 @@ private:
|
|
|
|
// Off-screen rendering in Dib section
|
|
|
|
// Off-screen rendering in Dib section
|
|
|
|
HPBUFFERARB _PBuffer;
|
|
|
|
HPBUFFERARB _PBuffer;
|
|
|
|
#elif defined(NL_OS_MAC)
|
|
|
|
#elif defined(NL_OS_MAC)
|
|
|
|
|
|
|
|
NSOpenGLContext* _ctx;
|
|
|
|
#elif defined(NL_OS_UNIX)
|
|
|
|
#elif defined(NL_OS_UNIX)
|
|
|
|
GLXContext _ctx;
|
|
|
|
GLXContext _ctx;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
@ -787,7 +788,6 @@ private:
|
|
|
|
friend NSApplicationTerminateReply applicationShouldTerminate(CDriverGL*);
|
|
|
|
friend NSApplicationTerminateReply applicationShouldTerminate(CDriverGL*);
|
|
|
|
|
|
|
|
|
|
|
|
NLMISC::CCocoaEventEmitter _EventEmitter;
|
|
|
|
NLMISC::CCocoaEventEmitter _EventEmitter;
|
|
|
|
NSOpenGLContext* _ctx;
|
|
|
|
|
|
|
|
CocoaOpenGLView* _glView;
|
|
|
|
CocoaOpenGLView* _glView;
|
|
|
|
NSAutoreleasePool* _autoreleasePool;
|
|
|
|
NSAutoreleasePool* _autoreleasePool;
|
|
|
|
uint16 _backBufferHeight;
|
|
|
|
uint16 _backBufferHeight;
|
|
|
|