Deprecated API


Contents
Deprecated Interfaces
javax.media.opengl.GLPbuffer
          Use GLOffscreenAutoDrawable w/ GLCapabilities.setFBO(boolean) via GLDrawableFactory.createOffscreenAutoDrawable(..). 
 

Deprecated Methods
javax.media.opengl.GLDrawableFactory.createGLPbuffer(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext)
          GLPbuffer is deprecated, use GLDrawableFactory.createOffscreenAutoDrawable(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext) 
javax.media.opengl.GLContext.getGLVersionMajor()
          Use GLContext.getGLVersionNumber() 
javax.media.opengl.GLContext.getGLVersionMinor()
          Use GLContext.getGLVersionNumber() 
 



Copyright 2010 JogAmp Community.