1 2 3 4 5 6 7 8 9 10 11 12
public GLProfile getGLProfile(); public void glClearDepth( double depth ); public void glDepthRange(double zNear, double zFar); public int glGetBoundBuffer(int target); public boolean glIsVBOArrayEnabled(); public boolean glIsVBOElementEnabled();