Ejemplo n.º 1
0
  public GLCapabilities getRequestedGLCapabilities() {
    if (pbufferDrawable == null) return null;

    return pbufferDrawable.getRequestedGLCapabilities();
  }