blob: 28d24c07254b7f53dae503bc455247a1862ff344 (
plain)
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();
|