diff options
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
| -rw-r--r-- | indra/llwindow/llopenglview-objc.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h index 028549b82e..a2c55a2dd9 100644 --- a/indra/llwindow/llopenglview-objc.h +++ b/indra/llwindow/llopenglview-objc.h @@ -42,6 +42,11 @@      unsigned int mMarkedTextLength;      bool mMarkedTextAllowed;      bool mSimulatedRightClick; + +    NSOpenGLPixelFormat *pixelFormat; +    NSOpenGLContext *glContext; + +    bool mHDRDisplay;  }  - (id) initWithSamples:(NSUInteger)samples;  - (id) initWithSamples:(NSUInteger)samples andVsync:(BOOL)vsync;  | 
