blob: 840c8f61f8c6ed9b1c6849b17c2ec944840e2830 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
public boolean matchesProfile();
public boolean matchesProfile(String test_profile);
public void glClearDepth( double depth );
public void glDepthRange(double zNear, double zFar);
public int glGetBoundBuffer(int target);
public boolean glIsVBOArrayEnabled();
public boolean glIsVBOElementEnabled();
|