| | 97 | private const char[] Funcs = |
|---|
| | 98 | " |
|---|
| | 99 | typedef void function(GLsizei, GLuint*) pfglGenQueriesARB; |
|---|
| | 100 | typedef void function(GLsizei, GLuint*) pfglDeleteQueriesARB; |
|---|
| | 101 | typedef GLboolean function(GLuint) pfglIsQueryARB; |
|---|
| | 102 | typedef void function(GLenum, GLuint) pfglBeginQueryARB; |
|---|
| | 103 | typedef void function(GLenum) pfglEndQueryARB; |
|---|
| | 104 | typedef void function(GLenum, GLenum, GLint*) pfglGetQueryivARB; |
|---|
| | 105 | typedef void function(GLuint, GLenum, GLint*) pfglGetQueryObjectivARB; |
|---|
| | 106 | typedef void function(GLuint, GLenum, GLuint*) pfglGetQueryObjectuivARB; |
|---|
| | 107 | "; |
|---|
| | 108 | |
|---|
| 106 | | typedef void function(GLsizei, GLuint*) pfglGenQueriesARB; |
|---|
| 107 | | typedef void function(GLsizei, GLuint*) pfglDeleteQueriesARB; |
|---|
| 108 | | typedef GLboolean function(GLuint) pfglIsQueryARB; |
|---|
| 109 | | typedef void function(GLenum, GLuint) pfglBeginQueryARB; |
|---|
| 110 | | typedef void function(GLenum) pfglEndQueryARB; |
|---|
| 111 | | typedef void function(GLenum, GLenum, GLint*) pfglGetQueryivARB; |
|---|
| 112 | | typedef void function(GLuint, GLenum, GLint*) pfglGetQueryObjectivARB; |
|---|
| 113 | | typedef void function(GLuint, GLenum, GLuint*) pfglGetQueryObjectuivARB; |
|---|