Classes

NSActionCell
NSAlert
NSApplication
NSArrayController
NSBezierPath
NSBitmapImageRep
NSBox
NSBrowser
NSBrowserCell
NSButton
NSButtonCell
NSCachedImageRep
NSCell
NSClipView
NSCollectionView
NSCollectionViewItem
NSColor
NSColorList
NSColorPanel
NSColorPicker
NSColorWell
NSComboBox
NSComboBoxCell
NSControl
NSController
NSCursor
NSCustomImageRep
NSDataLink
NSDataLinkManager
NSDataLinkPanel
NSDatePicker
NSDatePickerCell
NSDocument
NSDocumentController
NSDrawer
NSDrawerDelegate
NSEPSImageRep
NSEvent
NSFont
NSFontDescriptor
NSFontManager
NSFontPanel
NSForm
NSFormCell
NSGraphicsContext
NSHelpManager
NSHelpPanel
NSImage
NSImageCell
NSImageRep
NSImageView
NSInputServer
NSMatrix
NSMenu
NSMenuItem
NSMenuItemCell
NSMenuView
NSMovie
NSMovieView
NSMutableParagraphStyle
NSNib
NSObjectController
NSOpenGLContext
NSOpenGLPixelFormat
NSOpenGLView
NSOpenPanel
NSOutlineView
NSPageLayout
NSPanel
NSParagraphStyle
NSPasteboard
NSPasteboardItem
NSPopUpButton
NSPopUpButtonCell
NSPredicateEditor
NSPredicateEditorRowTemplate
NSPrintInfo
NSPrintOperation
NSPrintPanel
NSPrinter
NSProgressIndicator
NSResponder
NSRuleEditor
NSRulerMarker
NSSavePanel
NSScreen
NSScrollView
NSScroller
NSSecureTextField
NSSecureTextFieldCell
NSSelection
NSSharingService
NSSharingServicePicker
NSSlider
NSSliderCell
NSSound
NSSpeechSynthesizer
NSSpellChecker
NSSplitView
NSStepper
NSStepperCell
NSTabView
NSTabViewItem
NSTableColumn
NSTableHeaderCell
NSTableHeaderView
NSTableView
NSText
NSTextAttachment
NSTextAttachmentCell
NSTextContainer
NSTextField
NSTextFieldCell
NSTextStorage
NSTextTab
NSTextView
NSTokenField
NSTokenFieldCell
NSUserDefaultsController
NSView
NSWindow
NSWindowController
NSWorkspace

Protocols

<GSImageDelegateProtocol>
<NSAlertDelegate>
<NSApplicationDelegate>
<NSBrowserDelegate>
<NSCollectionViewDataSource>
<NSCollectionViewDelegate>
<NSCollectionViewElement>
<NSCollectionViewPrefetching>
<NSComboBoxCellDataSource>
<NSComboBoxDataSource>
<NSComboBoxDelegate>
<NSControlTextEditingDelegate>
<NSInputServerMouseTracker>
<NSInputServiceProvider>
<NSMatrixDelegate>
<NSMenuDelegate>
<NSMenuItem>
<NSMenuValidation>
<NSMenuView>
<NSOpenSavePanelDelegate>
<NSOutlineViewDataSource>
<NSOutlineViewDelegate>
<NSPasteboardItemDataProvider>
<NSPasteboardReading>
<NSPasteboardWriting>
<NSPrintPanelAccessorizing>
<NSRuleEditorDelegate>
<NSSharingServiceDelegate>
<NSSharingServicePickerDelegate>
<NSSpeechSynthesizerDelegate>
<NSSplitViewDelegate>
<NSTabViewDelegate>
<NSTableViewDataSource>
<NSTableViewDelegate>
<NSTextAttachmentCell>
<NSTextFieldDelegate>
<NSTextViewDelegate>
<NSWindowDelegate>
(NSAlertDelegate)
(NSApplicationDelegate)
(NSBrowserDelegate)
(NSComboBoxCellDataSource)
(NSControlDelegate)
(NSControlTextEditingDelegate)
(NSDataLinkManagerDelegate)
(NSDataPickerCellDelegate)
(NSEditor)
(NSEditorRegistration)
(NSFontManagerDelegate)
(NSFontPanelValidation)
(NSMenuActionResponder)
(NSMenuDelegate)
(NSOpenSavePanelDelegate)
(NSPasteboardItemDataProvider)
(NSPasteboardOwner)
(NSPasteboardReading)
(NSPasteboardWriting)
(NSPlaceholder)
(NSSavePanelDelegate)
(NSServicesRequests)
(NSSoundDelegate)
(NSSpeechSynthesizerDelegate)
(NSSplitViewDelegate)
(NSTableDataSource)
(NSTableViewDelegate)
(NSTextDelegate)
(NSTextStorageDelegate)
(NSTextViewDelegate)
(NSWindowDelegate)
(NSWindowDelegateAdditions)

Constants

Functions

Macros

Types

Variables

Up

NSOpenGL documentation

Authors

Frederic De Jaeger

Date: Generated at 2025-07-12 14:18:56 +0000

Copyright: (C) 2002 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSOpenGLContext class
  2. Software documentation for the NSOpenGLPixelFormat class

Software documentation for the NSOpenGLContext class

NSOpenGLContext : NSObject

Declared in:
AppKit/NSOpenGL.h
Availability: OpenStep

Description forthcoming.

Method summary


clearCurrentContext 

+ (void) clearCurrentContext;
Availability: OpenStep

Description forthcoming.

currentContext 

+ (NSOpenGLContext*) currentContext;
Availability: OpenStep

Description forthcoming.

CGLContextObj 

- (void*) CGLContextObj;
Availability: MacOS-X 10.3.0

Description forthcoming.

clearDrawable 

- (void) clearDrawable;
Availability: OpenStep

Description forthcoming.

copyAttributesFromContext: withMask: 

- (void) copyAttributesFromContext: (NSOpenGLContext*)context withMask: (unsigned long)mask;
Availability: OpenStep

Description forthcoming.

createTexture: fromView: internalFormat: 

- (void) createTexture: (unsigned long)target fromView: (NSView*)view internalFormat: (unsigned long)format;
Availability: MacOS-X 10.2.0

Description forthcoming.

currentVirtualScreen 

- (int) currentVirtualScreen;
Availability: MacOS-X 10.2.0

Description forthcoming.

flushBuffer 

- (void) flushBuffer;
Availability: OpenStep

Description forthcoming.

getValues: forParameter: 

- (void) getValues: (long*)vals forParameter: (NSOpenGLContextParameter)param;
Availability: OpenStep

Description forthcoming.

initWithCGLContextObj: 

- (id) initWithCGLContextObj: (void*)context;
Availability: MacOS-X 10.6.0

Description forthcoming.

initWithFormat: shareContext: 

- (id) initWithFormat: (NSOpenGLPixelFormat*)format shareContext: (NSOpenGLContext*)share;
Availability: OpenStep

Description forthcoming.

makeCurrentContext 

- (void) makeCurrentContext;
Availability: OpenStep

Description forthcoming.

setCurrentVirtualScreen: 

- (void) setCurrentVirtualScreen: (int)screen;
Availability: OpenStep

Description forthcoming.

setFullScreen 

- (void) setFullScreen;
Availability: OpenStep

Description forthcoming.

setOffScreen: width: height: rowbytes: 

- (void) setOffScreen: (void*)baseaddr width: (long)width height: (long)height rowbytes: (long)rowbytes;
Availability: OpenStep

Description forthcoming.

setValues: forParameter: 

- (void) setValues: (const long*)vals forParameter: (NSOpenGLContextParameter)param;
Availability: OpenStep

Description forthcoming.

setView: 

- (void) setView: (NSView*)view;
Availability: OpenStep

Description forthcoming.

update 

- (void) update;
Availability: OpenStep

Description forthcoming.

view 

- (NSView*) view;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSOpenGLPixelFormat class

NSOpenGLPixelFormat : NSObject

Declared in:
AppKit/NSOpenGL.h
Availability: OpenStep

Description forthcoming.

Method summary


getValues: forAttribute: forVirtualScreen: 

- (void) getValues: (int*)vals forAttribute: (NSOpenGLPixelFormatAttribute)attrib forVirtualScreen: (int)screen;
Availability: OpenStep

Description forthcoming.

initWithAttributes: 

- (id) initWithAttributes: (NSOpenGLPixelFormatAttribute*)attribs;
Availability: OpenStep

Description forthcoming.

numberOfVirtualScreens 

- (int) numberOfVirtualScreens;
Availability: OpenStep

Description forthcoming.


Up