aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl-if-CustomJavaCode-gl.java
blob: c5ce8d9a644b80802e1e27427839f5e7caa7b3c2 (plain)
1
2
3
4
5
6
7
8
9
10

  public void glClearDepth( double depth );

  public void glDepthRange(double zNear, double zFar);

  public int glGetBoundBuffer(int target);

  public boolean glIsVBOArrayEnabled();
  public boolean glIsVBOElementEnabled();