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();