glGetString.java-if revision 427f585f726af6e3bd1fb835f26b2af9f609c483
1    public String glGetString(
2        int name
3    );
4
5