Uses of Class
com.jniwrapper.macosx.cocoa.nsopengl.NSOpenGLContext

Packages that use NSOpenGLContext
com.jniwrapper.macosx.cocoa.nsopengl   
com.jniwrapper.macosx.cocoa.nsopenglview   
 

Uses of NSOpenGLContext in com.jniwrapper.macosx.cocoa.nsopengl
 

Methods in com.jniwrapper.macosx.cocoa.nsopengl with parameters of type NSOpenGLContext
 Id NSOpenGLContext.initWithFormat_shareContext(NSOpenGLPixelFormat format, NSOpenGLContext share)
          This method represents the initWithFormat() method of the NSOpenGLContext Objective-C class.
 void NSOpenGLContext.copyAttributesFromContext_withMask(NSOpenGLContext context, com.jniwrapper.UInt32 mask)
          This method represents the copyAttributesFromContext() method of the NSOpenGLContext Objective-C class.
 

Uses of NSOpenGLContext in com.jniwrapper.macosx.cocoa.nsopenglview
 

Methods in com.jniwrapper.macosx.cocoa.nsopenglview with parameters of type NSOpenGLContext
 void NSOpenGLView.setOpenGLContext(NSOpenGLContext context)