|
Deprecated Methods |
javax.media.opengl.GLSharedContextSetter.areAllGLEventListenerInitialized()
Promote method to GLAutoDrawable |
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.GLDrawableFactory.createOffscreenAutoDrawable(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext)
Use {@link #createOffscreenAutoDrawable(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int) |
javax.media.opengl.GLBase.glGetBoundBuffer(int)
Avoid original GL API namespace conflict. Use GLBase.getBoundBuffer(int) |
javax.media.opengl.GLBase.glGetBufferSize(int)
Use GLBase.getBufferStorage(int). |
javax.media.opengl.GL2ES3.glIsPBOPackBound()
Avoid original GL API namespace conflict. Use GL2ES3.isPBOPackBound() |
javax.media.opengl.GL2ES3.glIsPBOUnpackBound()
Avoid original GL API namespace conflict. Use GL2ES3.isPBOUnpackBound() |
javax.media.opengl.GLBase.glIsVBOArrayBound()
Avoid original GL API namespace conflict. Use GLBase.isVBOArrayBound() |
javax.media.opengl.GLBase.glIsVBOElementArrayBound()
Avoid original GL API namespace conflict. Use GLBase.isVBOElementArrayBound() |